Searched refs:EVENT_ATTR (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/arch/powerpc/include/asm/ |
| D | perf_event_server.h | 165 #define EVENT_ATTR(_name, _id, _suffix) \ macro 169 #define GENERIC_EVENT_ATTR(_name, _id) EVENT_ATTR(_name, _id, _g) 172 #define CACHE_EVENT_ATTR(_name, _id) EVENT_ATTR(_name, _id, _c) 175 #define POWER_EVENT_ATTR(_name, _id) EVENT_ATTR(_name, _id, _p)
|
| /Linux-v5.10/arch/x86/events/ |
| D | core.c | 1809 EVENT_ATTR(cpu-cycles, CPU_CYCLES ); 1810 EVENT_ATTR(instructions, INSTRUCTIONS ); 1811 EVENT_ATTR(cache-references, CACHE_REFERENCES ); 1812 EVENT_ATTR(cache-misses, CACHE_MISSES ); 1813 EVENT_ATTR(branch-instructions, BRANCH_INSTRUCTIONS ); 1814 EVENT_ATTR(branch-misses, BRANCH_MISSES ); 1815 EVENT_ATTR(bus-cycles, BUS_CYCLES ); 1816 EVENT_ATTR(stalled-cycles-frontend, STALLED_CYCLES_FRONTEND ); 1817 EVENT_ATTR(stalled-cycles-backend, STALLED_CYCLES_BACKEND ); 1818 EVENT_ATTR(ref-cycles, REF_CPU_CYCLES );
|
| D | perf_event.h | 878 #define EVENT_ATTR(_name, _id) \ macro
|