Home
last modified time | relevance | path

Searched refs:EVENT_ATTR (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dperf_event_server.h165 #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)
/kernel/linux/linux-5.10/arch/x86/events/
Dcore.c1820 EVENT_ATTR(cpu-cycles, CPU_CYCLES );
1821 EVENT_ATTR(instructions, INSTRUCTIONS );
1822 EVENT_ATTR(cache-references, CACHE_REFERENCES );
1823 EVENT_ATTR(cache-misses, CACHE_MISSES );
1824 EVENT_ATTR(branch-instructions, BRANCH_INSTRUCTIONS );
1825 EVENT_ATTR(branch-misses, BRANCH_MISSES );
1826 EVENT_ATTR(bus-cycles, BUS_CYCLES );
1827 EVENT_ATTR(stalled-cycles-frontend, STALLED_CYCLES_FRONTEND );
1828 EVENT_ATTR(stalled-cycles-backend, STALLED_CYCLES_BACKEND );
1829 EVENT_ATTR(ref-cycles, REF_CPU_CYCLES );
Dperf_event.h880 #define EVENT_ATTR(_name, _id) \ macro