Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dperf_event.h212 #define PERF_PMU_CAP_EXCLUSIVE 0x10 macro
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_pt.c1166 pt_pmu.pmu.capabilities |= PERF_PMU_CAP_EXCLUSIVE | PERF_PMU_CAP_ITRACE; in pt_init()
/linux-4.4.14/kernel/events/
Dcore.c3614 if (!(pmu->capabilities & PERF_PMU_CAP_EXCLUSIVE)) in exclusive_event_init()
3645 if (!(pmu->capabilities & PERF_PMU_CAP_EXCLUSIVE)) in exclusive_event_destroy()
3657 if ((e1->pmu->capabilities & PERF_PMU_CAP_EXCLUSIVE) && in exclusive_event_match()
3672 if (!(pmu->capabilities & PERF_PMU_CAP_EXCLUSIVE)) in exclusive_event_installable()
8401 if ((pmu->capabilities & PERF_PMU_CAP_EXCLUSIVE) && group_leader) { in SYSCALL_DEFINE5()