Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dperf_event.h178 #define PERF_PMU_CAP_EXCLUSIVE 0x10 macro
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_pt.c1096 pt_pmu.pmu.capabilities |= PERF_PMU_CAP_EXCLUSIVE | PERF_PMU_CAP_ITRACE; in pt_init()
/linux-4.1.27/kernel/events/
Dcore.c3499 if (!(pmu->capabilities & PERF_PMU_CAP_EXCLUSIVE)) in exclusive_event_init()
3530 if (!(pmu->capabilities & PERF_PMU_CAP_EXCLUSIVE)) in exclusive_event_destroy()
3542 if ((e1->pmu->capabilities & PERF_PMU_CAP_EXCLUSIVE) && in exclusive_event_match()
3557 if (!(pmu->capabilities & PERF_PMU_CAP_EXCLUSIVE)) in exclusive_event_installable()
8054 if ((pmu->capabilities & PERF_PMU_CAP_EXCLUSIVE) && group_leader) { in SYSCALL_DEFINE5()