Searched refs:EVENT_ATTR (Results 1 – 3 of 3) sorted by relevance
| /arch/powerpc/include/asm/ |
| A D | perf_event_server.h | 174 #define EVENT_ATTR(_name, _id, _suffix) \ macro 178 #define GENERIC_EVENT_ATTR(_name, _id) EVENT_ATTR(_name, _id, _g) 181 #define CACHE_EVENT_ATTR(_name, _id) EVENT_ATTR(_name, _id, _c) 184 #define POWER_EVENT_ATTR(_name, _id) EVENT_ATTR(_name, _id, _p)
|
| /arch/x86/events/ |
| A D | core.c | 1931 EVENT_ATTR(cpu-cycles, CPU_CYCLES ); 1932 EVENT_ATTR(instructions, INSTRUCTIONS ); 1933 EVENT_ATTR(cache-references, CACHE_REFERENCES ); 1934 EVENT_ATTR(cache-misses, CACHE_MISSES ); 1935 EVENT_ATTR(branch-instructions, BRANCH_INSTRUCTIONS ); 1936 EVENT_ATTR(branch-misses, BRANCH_MISSES ); 1937 EVENT_ATTR(bus-cycles, BUS_CYCLES ); 1938 EVENT_ATTR(stalled-cycles-frontend, STALLED_CYCLES_FRONTEND ); 1939 EVENT_ATTR(stalled-cycles-backend, STALLED_CYCLES_BACKEND ); 1940 EVENT_ATTR(ref-cycles, REF_CPU_CYCLES );
|
| A D | perf_event.h | 1089 #define EVENT_ATTR(_name, _id) \ macro
|
Completed in 16 milliseconds