Home
last modified time | relevance | path

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

/linux/arch/x86/events/
H A Dcore.c1981 EVENT_ATTR(cpu-cycles, CPU_CYCLES );
1982 EVENT_ATTR(instructions, INSTRUCTIONS );
1983 EVENT_ATTR(cache-references, CACHE_REFERENCES );
1984 EVENT_ATTR(cache-misses, CACHE_MISSES );
1985 EVENT_ATTR(branch-instructions, BRANCH_INSTRUCTIONS );
1986 EVENT_ATTR(branch-misses, BRANCH_MISSES );
1987 EVENT_ATTR(bus-cycles, BUS_CYCLES );
1988 EVENT_ATTR(stalled-cycles-frontend, STALLED_CYCLES_FRONTEND );
1989 EVENT_ATTR(stalled-cycles-backend, STALLED_CYCLES_BACKEND );
1990 EVENT_ATTR(ref-cycles, REF_CPU_CYCLES );
H A Dperf_event.h1128 #define EVENT_ATTR(_name, _id) \ macro