Searched refs:EVENT_ATTR (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/x86/events/ |
| H A D | core.c | 1942 EVENT_ATTR(cpu-cycles, CPU_CYCLES ); 1943 EVENT_ATTR(instructions, INSTRUCTIONS ); 1944 EVENT_ATTR(cache-references, CACHE_REFERENCES ); 1945 EVENT_ATTR(cache-misses, CACHE_MISSES ); 1946 EVENT_ATTR(branch-instructions, BRANCH_INSTRUCTIONS ); 1947 EVENT_ATTR(branch-misses, BRANCH_MISSES ); 1948 EVENT_ATTR(bus-cycles, BUS_CYCLES ); 1949 EVENT_ATTR(stalled-cycles-frontend, STALLED_CYCLES_FRONTEND ); 1950 EVENT_ATTR(stalled-cycles-backend, STALLED_CYCLES_BACKEND ); 1951 EVENT_ATTR(ref-cycles, REF_CPU_CYCLES );
|
| H A D | perf_event.h | 1106 #define EVENT_ATTR(_name, _id) \ macro
|