Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dperf_event_server.h136 #define EVENT_PTR(_id, _suffix) &EVENT_VAR(_id, _suffix).attr.attr macro
143 #define GENERIC_EVENT_PTR(_id) EVENT_PTR(_id, _g)
146 #define POWER_EVENT_PTR(_id) EVENT_PTR(_id, _p)
/arch/x86/kernel/cpu/
Dperf_event.c1400 EVENT_PTR(CPU_CYCLES),
1401 EVENT_PTR(INSTRUCTIONS),
1402 EVENT_PTR(CACHE_REFERENCES),
1403 EVENT_PTR(CACHE_MISSES),
1404 EVENT_PTR(BRANCH_INSTRUCTIONS),
1405 EVENT_PTR(BRANCH_MISSES),
1406 EVENT_PTR(BUS_CYCLES),
1407 EVENT_PTR(STALLED_CYCLES_FRONTEND),
1408 EVENT_PTR(STALLED_CYCLES_BACKEND),
1409 EVENT_PTR(REF_CPU_CYCLES),
Dperf_event.h453 #define EVENT_PTR(_id) &event_attr_##_id.attr.attr macro
Dperf_event_intel.c183 EVENT_PTR(mem_ld_nhm),
188 EVENT_PTR(mem_ld_snb),
189 EVENT_PTR(mem_st_snb),