Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Dcore.c443 EVENT_PTR(mem_ld_nhm),
488 EVENT_PTR(td_slots_issued),
489 EVENT_PTR(td_slots_retired),
490 EVENT_PTR(td_fetch_bubbles),
491 EVENT_PTR(td_total_slots),
492 EVENT_PTR(td_total_slots_scale),
493 EVENT_PTR(td_recovery_bubbles),
494 EVENT_PTR(td_recovery_bubbles_scale),
499 EVENT_PTR(mem_ld_snb),
500 EVENT_PTR(mem_st_snb),
[all …]
/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)
/linux/arch/x86/events/
H A Dcore.c1956 EVENT_PTR(CPU_CYCLES),
1957 EVENT_PTR(INSTRUCTIONS),
1958 EVENT_PTR(CACHE_REFERENCES),
1959 EVENT_PTR(CACHE_MISSES),
1960 EVENT_PTR(BRANCH_INSTRUCTIONS),
1961 EVENT_PTR(BRANCH_MISSES),
1962 EVENT_PTR(BUS_CYCLES),
1963 EVENT_PTR(STALLED_CYCLES_FRONTEND),
1964 EVENT_PTR(STALLED_CYCLES_BACKEND),
1965 EVENT_PTR(REF_CPU_CYCLES),
H A Dperf_event.h1104 #define EVENT_PTR(_id) &event_attr_##_id.attr.attr macro