Home
last modified time | relevance | path

Searched refs:PMU_FL_PEBS_ALL (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/x86/events/intel/
Dds.c872 if (x86_pmu.flags & PMU_FL_PEBS_ALL) in intel_pebs_constraints()
902 if (x86_pmu.flags & PMU_FL_PEBS_ALL) in pebs_update_threshold()
1510 if (x86_pmu.flags & PMU_FL_PEBS_ALL) { in intel_pmu_drain_pebs_nhm()
Dcore.c2285 if (x86_pmu.flags & PMU_FL_PEBS_ALL) in intel_pmu_handle_irq()
4089 x86_pmu.flags |= PMU_FL_PEBS_ALL; in intel_pmu_init()
/Linux-v4.19/arch/x86/events/
Dperf_event.h676 #define PMU_FL_PEBS_ALL 0x10 /* all events are valid PEBS events */ macro