Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/
H A Dperf_event.h1007 #define PMU_FL_RETIRE_LATENCY 0x200 /* Support Retire Latency in PEBS */ macro
/openbmc/linux/arch/x86/events/intel/
H A Dds.c1833 if ((sample_type & PERF_SAMPLE_WEIGHT_STRUCT) && (x86_pmu.flags & PMU_FL_RETIRE_LATENCY)) in setup_pebs_adaptive_sample_data()
H A Dcore.c6858 x86_pmu.flags |= PMU_FL_RETIRE_LATENCY; in intel_pmu_init()