Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/intel/
H A Dbts.c611 bts_pmu.capabilities = PERF_PMU_CAP_AUX_NO_SG | PERF_PMU_CAP_ITRACE | in bts_init()
H A Dpt.c1791 pt_pmu.pmu.capabilities = PERF_PMU_CAP_AUX_NO_SG; in pt_init()
/openbmc/linux/kernel/events/
H A Dring_buffer.c739 if ((event->pmu->capabilities & PERF_PMU_CAP_AUX_NO_SG) && in rb_alloc_aux()
/openbmc/linux/include/linux/
H A Dperf_event.h287 #define PERF_PMU_CAP_AUX_NO_SG 0x0004 macro