Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dbts.c605 bts_pmu.capabilities = PERF_PMU_CAP_AUX_NO_SG | PERF_PMU_CAP_ITRACE | in bts_init()
H A Dpt.c1785 pt_pmu.pmu.capabilities = PERF_PMU_CAP_AUX_NO_SG; in pt_init()
/OK3568_Linux_fs/kernel/kernel/events/
H A Dring_buffer.c720 if ((event->pmu->capabilities & PERF_PMU_CAP_AUX_NO_SG) && in rb_alloc_aux()
/OK3568_Linux_fs/kernel/include/linux/
H A Dperf_event.h265 #define PERF_PMU_CAP_AUX_NO_SG 0x04 macro