Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/events/intel/
H A Dds.c2134 u64 latency = x86_pmu.flags & PMU_FL_INSTR_LATENCY ? in setup_pebs_adaptive_sample_data()
2137 if (x86_pmu.flags & PMU_FL_INSTR_LATENCY) in setup_pebs_adaptive_sample_data()
H A Dcore.c6527 x86_pmu.flags |= PMU_FL_INSTR_LATENCY; in intel_pmu_init_glc()
6553 x86_pmu.flags |= PMU_FL_INSTR_LATENCY; in intel_pmu_init_grt()
/linux-6.15/arch/x86/events/
H A Dperf_event.h1048 #define PMU_FL_INSTR_LATENCY 0x80 /* Support Instruction Latency in PEBS Memory Info Record */ macro