Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/events/intel/
Drapl.c452 EVENT_PTR(rapl_cores),
453 EVENT_PTR(rapl_cores_unit),
454 EVENT_PTR(rapl_cores_scale),
464 EVENT_PTR(rapl_pkg),
465 EVENT_PTR(rapl_pkg_unit),
466 EVENT_PTR(rapl_pkg_scale),
476 EVENT_PTR(rapl_ram),
477 EVENT_PTR(rapl_ram_unit),
478 EVENT_PTR(rapl_ram_scale),
488 EVENT_PTR(rapl_gpu),
[all …]
Dcore.c278 EVENT_PTR(mem_ld_nhm),
313 EVENT_PTR(td_slots_issued),
314 EVENT_PTR(td_slots_retired),
315 EVENT_PTR(td_fetch_bubbles),
316 EVENT_PTR(td_total_slots),
317 EVENT_PTR(td_total_slots_scale),
318 EVENT_PTR(td_recovery_bubbles),
319 EVENT_PTR(td_recovery_bubbles_scale),
324 EVENT_PTR(mem_ld_snb),
325 EVENT_PTR(mem_st_snb),
[all …]
/Linux-v5.4/arch/powerpc/include/asm/
Dperf_event_server.h150 #define EVENT_PTR(_id, _suffix) &EVENT_VAR(_id, _suffix).attr.attr macro
157 #define GENERIC_EVENT_PTR(_id) EVENT_PTR(_id, _g)
160 #define CACHE_EVENT_PTR(_id) EVENT_PTR(_id, _c)
163 #define POWER_EVENT_PTR(_id) EVENT_PTR(_id, _p)
/Linux-v5.4/arch/s390/include/asm/
Dperf_event.h30 #define EVENT_PTR(_cat, _name) (&EVENT_VAR(_cat, _name).attr.attr) macro
34 #define CPUMF_EVENT_PTR(cat, name) EVENT_PTR(cat, name)
/Linux-v5.4/arch/x86/events/amd/
Dpower.c179 EVENT_PTR(power_pkg),
180 EVENT_PTR(power_pkg_unit),
181 EVENT_PTR(power_pkg_scale),
/Linux-v5.4/arch/x86/events/
Dcore.c1693 EVENT_PTR(CPU_CYCLES),
1694 EVENT_PTR(INSTRUCTIONS),
1695 EVENT_PTR(CACHE_REFERENCES),
1696 EVENT_PTR(CACHE_MISSES),
1697 EVENT_PTR(BRANCH_INSTRUCTIONS),
1698 EVENT_PTR(BRANCH_MISSES),
1699 EVENT_PTR(BUS_CYCLES),
1700 EVENT_PTR(STALLED_CYCLES_FRONTEND),
1701 EVENT_PTR(STALLED_CYCLES_BACKEND),
1702 EVENT_PTR(REF_CPU_CYCLES),
Dperf_event.h740 #define EVENT_PTR(_id) &event_attr_##_id.attr.attr macro