Home
last modified time | relevance | path

Searched refs:EVENT_PTR (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/arch/x86/events/
Drapl.c451 EVENT_PTR(rapl_cores),
452 EVENT_PTR(rapl_cores_unit),
453 EVENT_PTR(rapl_cores_scale),
470 EVENT_PTR(rapl_pkg),
471 EVENT_PTR(rapl_pkg_unit),
472 EVENT_PTR(rapl_pkg_scale),
483 EVENT_PTR(rapl_ram),
484 EVENT_PTR(rapl_ram_unit),
485 EVENT_PTR(rapl_ram_scale),
496 EVENT_PTR(rapl_gpu),
[all …]
Dcore.c1823 EVENT_PTR(CPU_CYCLES),
1824 EVENT_PTR(INSTRUCTIONS),
1825 EVENT_PTR(CACHE_REFERENCES),
1826 EVENT_PTR(CACHE_MISSES),
1827 EVENT_PTR(BRANCH_INSTRUCTIONS),
1828 EVENT_PTR(BRANCH_MISSES),
1829 EVENT_PTR(BUS_CYCLES),
1830 EVENT_PTR(STALLED_CYCLES_FRONTEND),
1831 EVENT_PTR(STALLED_CYCLES_BACKEND),
1832 EVENT_PTR(REF_CPU_CYCLES),
Dperf_event.h876 #define EVENT_PTR(_id) &event_attr_##_id.attr.attr macro
/Linux-v5.10/arch/powerpc/include/asm/
Dperf_event_server.h163 #define EVENT_PTR(_id, _suffix) &EVENT_VAR(_id, _suffix).attr.attr macro
170 #define GENERIC_EVENT_PTR(_id) EVENT_PTR(_id, _g)
173 #define CACHE_EVENT_PTR(_id) EVENT_PTR(_id, _c)
176 #define POWER_EVENT_PTR(_id) EVENT_PTR(_id, _p)
/Linux-v5.10/arch/x86/events/intel/
Dcore.c282 EVENT_PTR(mem_ld_nhm),
323 EVENT_PTR(td_slots_issued),
324 EVENT_PTR(td_slots_retired),
325 EVENT_PTR(td_fetch_bubbles),
326 EVENT_PTR(td_total_slots),
327 EVENT_PTR(td_total_slots_scale),
328 EVENT_PTR(td_recovery_bubbles),
329 EVENT_PTR(td_recovery_bubbles_scale),
334 EVENT_PTR(mem_ld_snb),
335 EVENT_PTR(mem_st_snb),
[all …]
/Linux-v5.10/arch/s390/include/asm/
Dperf_event.h31 #define EVENT_PTR(_cat, _name) (&EVENT_VAR(_cat, _name).attr.attr) macro
35 #define CPUMF_EVENT_PTR(cat, name) EVENT_PTR(cat, name)
/Linux-v5.10/arch/x86/events/amd/
Dpower.c175 EVENT_PTR(power_pkg),
176 EVENT_PTR(power_pkg_unit),
177 EVENT_PTR(power_pkg_scale),