Home
last modified time | relevance | path

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

/linux/include/linux/ !
H A Dperf_event.h304 #define PERF_PMU_CAP_AUX_OUTPUT 0x0080 macro
/linux/arch/x86/events/ !
H A Dcore.c2755 if (!(pmu.capabilities & PERF_PMU_CAP_AUX_OUTPUT)) in x86_pmu_aux_output_match()
/linux/arch/x86/events/intel/ !
H A Dds.c3425 x86_get_pmu(smp_processor_id())->capabilities |= PERF_PMU_CAP_AUX_OUTPUT; in intel_ds_pebs_init()
/linux/kernel/events/ !
H A Dcore.c13426 (!(pmu->capabilities & PERF_PMU_CAP_AUX_OUTPUT) || in perf_event_alloc()