Home
last modified time | relevance | path

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

/arch/x86/events/intel/
Dds.c1007 if (x86_pmu.flags & PMU_FL_PEBS_ALL) in intel_pebs_constraints()
1045 if (x86_pmu.flags & PMU_FL_PEBS_ALL) in pebs_update_threshold()
2014 if (x86_pmu.flags & PMU_FL_PEBS_ALL) { in intel_pmu_drain_pebs_nhm()
2231 x86_pmu.flags |= PMU_FL_PEBS_ALL; in intel_ds_init()
Dcore.c2827 if (x86_pmu.flags & PMU_FL_PEBS_ALL) in handle_pmi_common()
3880 if (x86_pmu.flags & PMU_FL_PEBS_ALL) in intel_guest_get_msrs()
5769 x86_pmu.flags |= PMU_FL_PEBS_ALL; in intel_pmu_init()
6127 x86_pmu.flags |= PMU_FL_PEBS_ALL; in intel_pmu_init()
6169 x86_pmu.flags |= PMU_FL_PEBS_ALL; in intel_pmu_init()
/arch/x86/events/
Dperf_event.h973 #define PMU_FL_PEBS_ALL 0x10 /* all events are valid PEBS events */ macro