Searched refs:PERF_EV_CAP_SIBLING (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dperf_event.h615 * PERF_EV_CAP_SIBLING: An event with this flag must be a group sibling and
621 #define PERF_EV_CAP_SIBLING BIT(2) macro
/linux-master/kernel/events/
H A Dcore.c2149 * Events that have PERF_EV_CAP_SIBLING require being part of a group and
2195 if (sibling->event_caps & PERF_EV_CAP_SIBLING)
3012 if (event->event_caps & PERF_EV_CAP_SIBLING &&
/linux-master/arch/x86/events/intel/
H A Dcore.c4040 event->event_caps |= PERF_EV_CAP_SIBLING;

Completed in 772 milliseconds