Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Dds.c1571 if (x86_pmu.flags & PMU_FL_PEBS_ALL) in intel_pebs_constraints()
1608 if (x86_pmu.flags & PMU_FL_PEBS_ALL) in pebs_update_threshold()
3041 if (x86_pmu.flags & PMU_FL_PEBS_ALL) { in intel_pmu_drain_pebs_nhm()
3323 x86_pmu.flags |= PMU_FL_PEBS_ALL; in intel_arch_pebs_init()
3408 x86_pmu.flags |= PMU_FL_PEBS_ALL; in intel_ds_pebs_init()
H A Dcore.c8149 x86_pmu.flags |= PMU_FL_PEBS_ALL; in intel_pmu_init()
/linux/arch/x86/events/
H A Dperf_event.h1113 #define PMU_FL_PEBS_ALL 0x10 /* all events are valid PEBS events */ macro