Home
last modified time | relevance | path

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

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