Home
last modified time | relevance | path

Searched refs:EVENT_ATTR (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A 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-6.6/arch/powerpc/include/asm/
H A 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)
/kernel/linux/linux-5.10/arch/x86/events/
H A 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(re
[all...]
H A Dperf_event.h880 #define EVENT_ATTR(_name, _id) \ macro
/kernel/linux/linux-6.6/arch/x86/events/
H A Dcore.c1907 EVENT_ATTR(cpu-cycles, CPU_CYCLES );
1908 EVENT_ATTR(instructions, INSTRUCTIONS );
1909 EVENT_ATTR(cache-references, CACHE_REFERENCES );
1910 EVENT_ATTR(cache-misses, CACHE_MISSES );
1911 EVENT_ATTR(branch-instructions, BRANCH_INSTRUCTIONS );
1912 EVENT_ATTR(branch-misses, BRANCH_MISSES );
1913 EVENT_ATTR(bus-cycles, BUS_CYCLES );
1914 EVENT_ATTR(stalled-cycles-frontend, STALLED_CYCLES_FRONTEND );
1915 EVENT_ATTR(stalled-cycles-backend, STALLED_CYCLES_BACKEND );
1916 EVENT_ATTR(re
[all...]
H A Dperf_event.h1012 #define EVENT_ATTR(_name, _id) \ macro

Completed in 16 milliseconds