Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/include/asm/
Dperf_event_server.h173 #define EVENT_ATTR(_name, _id, _suffix) \ macro
177 #define GENERIC_EVENT_ATTR(_name, _id) EVENT_ATTR(_name, _id, _g)
180 #define CACHE_EVENT_ATTR(_name, _id) EVENT_ATTR(_name, _id, _c)
183 #define POWER_EVENT_ATTR(_name, _id) EVENT_ATTR(_name, _id, _p)
/Linux-v5.15/arch/x86/events/
Dcore.c1908 EVENT_ATTR(cpu-cycles, CPU_CYCLES );
1909 EVENT_ATTR(instructions, INSTRUCTIONS );
1910 EVENT_ATTR(cache-references, CACHE_REFERENCES );
1911 EVENT_ATTR(cache-misses, CACHE_MISSES );
1912 EVENT_ATTR(branch-instructions, BRANCH_INSTRUCTIONS );
1913 EVENT_ATTR(branch-misses, BRANCH_MISSES );
1914 EVENT_ATTR(bus-cycles, BUS_CYCLES );
1915 EVENT_ATTR(stalled-cycles-frontend, STALLED_CYCLES_FRONTEND );
1916 EVENT_ATTR(stalled-cycles-backend, STALLED_CYCLES_BACKEND );
1917 EVENT_ATTR(ref-cycles, REF_CPU_CYCLES );
Dperf_event.h982 #define EVENT_ATTR(_name, _id) \ macro