Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Dcore.c522 EVENT_PTR(mem_ld_nhm),
567 EVENT_PTR(td_slots_issued),
568 EVENT_PTR(td_slots_retired),
569 EVENT_PTR(td_fetch_bubbles),
570 EVENT_PTR(td_total_slots),
571 EVENT_PTR(td_total_slots_scale),
572 EVENT_PTR(td_recovery_bubbles),
573 EVENT_PTR(td_recovery_bubbles_scale),
578 EVENT_PTR(mem_ld_snb),
579 EVENT_PTR(mem_st_snb),
[all …]
/linux/arch/x86/events/
H A Drapl.c496 EVENT_PTR(rapl_cores),
497 EVENT_PTR(rapl_cores_unit),
498 EVENT_PTR(rapl_cores_scale),
508 EVENT_PTR(rapl_pkg),
509 EVENT_PTR(rapl_pkg_unit),
510 EVENT_PTR(rapl_pkg_scale),
520 EVENT_PTR(rapl_ram),
521 EVENT_PTR(rapl_ram_unit),
522 EVENT_PTR(rapl_ram_scale),
532 EVENT_PTR(rapl_gpu),
[all …]
H A Dcore.c1995 EVENT_PTR(CPU_CYCLES),
1996 EVENT_PTR(INSTRUCTIONS),
1997 EVENT_PTR(CACHE_REFERENCES),
1998 EVENT_PTR(CACHE_MISSES),
1999 EVENT_PTR(BRANCH_INSTRUCTIONS),
2000 EVENT_PTR(BRANCH_MISSES),
2001 EVENT_PTR(BUS_CYCLES),
2002 EVENT_PTR(STALLED_CYCLES_FRONTEND),
2003 EVENT_PTR(STALLED_CYCLES_BACKEND),
2004 EVENT_PTR(REF_CPU_CYCLES),
H A Dperf_event.h1126 #define EVENT_PTR(_id) &event_attr_##_id.attr.attr macro
/linux/arch/s390/include/asm/
H A 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)