Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/events/
Dperf_event.h1005 #define PMU_FL_INSTR_LATENCY 0x80 /* Support Instruction Latency in PEBS Memory Info Record */ macro
/Linux-v6.6/arch/x86/events/intel/
Dcore.c6213 x86_pmu.flags |= PMU_FL_INSTR_LATENCY; in intel_pmu_init()
6244 x86_pmu.flags |= PMU_FL_INSTR_LATENCY; in intel_pmu_init()
6586 x86_pmu.flags |= PMU_FL_INSTR_LATENCY; in intel_pmu_init()
6633 x86_pmu.flags |= PMU_FL_INSTR_LATENCY; in intel_pmu_init()
Dds.c1863 if (x86_pmu.flags & PMU_FL_INSTR_LATENCY) { in setup_pebs_adaptive_sample_data()