Home
last modified time | relevance | path

Searched refs:PERF_PMU_CAP_AUX_NO_SG (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/kernel/events/
Dring_buffer.c477 if (event->pmu->capabilities & PERF_PMU_CAP_AUX_NO_SG) { in rb_alloc_aux()
522 if ((event->pmu->capabilities & PERF_PMU_CAP_AUX_NO_SG) && in rb_alloc_aux()
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_bts.c520 bts_pmu.capabilities = PERF_PMU_CAP_AUX_NO_SG | PERF_PMU_CAP_ITRACE; in bts_init()
Dperf_event_intel_pt.c1094 PERF_PMU_CAP_AUX_NO_SG | PERF_PMU_CAP_AUX_SW_DOUBLEBUF; in pt_init()
/linux-4.1.27/include/linux/
Dperf_event.h176 #define PERF_PMU_CAP_AUX_NO_SG 0x04 macro