Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/include/asm/
Dperf_event_server.h143 #define EVENT_ATTR(_name, _id, _suffix) \ macro
147 #define GENERIC_EVENT_ATTR(_name, _id) EVENT_ATTR(_name, _id, _g)
150 #define POWER_EVENT_ATTR(_name, _id) EVENT_ATTR(_name, _id, _p)
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event.c1584 EVENT_ATTR(cpu-cycles, CPU_CYCLES );
1585 EVENT_ATTR(instructions, INSTRUCTIONS );
1586 EVENT_ATTR(cache-references, CACHE_REFERENCES );
1587 EVENT_ATTR(cache-misses, CACHE_MISSES );
1588 EVENT_ATTR(branch-instructions, BRANCH_INSTRUCTIONS );
1589 EVENT_ATTR(branch-misses, BRANCH_MISSES );
1590 EVENT_ATTR(bus-cycles, BUS_CYCLES );
1591 EVENT_ATTR(stalled-cycles-frontend, STALLED_CYCLES_FRONTEND );
1592 EVENT_ATTR(stalled-cycles-backend, STALLED_CYCLES_BACKEND );
1593 EVENT_ATTR(ref-cycles, REF_CPU_CYCLES );
Dperf_event.h638 #define EVENT_ATTR(_name, _id) \ macro