Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/events/intel/
Dds.c138 data_source = x86_pmu.hybrid_pmu[X86_HYBRID_PMU_CORE_IDX].pebs_data_source; in intel_pmu_pebs_data_source_adl()
161 data_source = x86_pmu.hybrid_pmu[X86_HYBRID_PMU_CORE_IDX].pebs_data_source; in intel_pmu_pebs_data_source_mtl()
Dcore.c6662 pmu = &x86_pmu.hybrid_pmu[X86_HYBRID_PMU_CORE_IDX]; in intel_pmu_init()
6722 x86_pmu.hybrid_pmu[X86_HYBRID_PMU_CORE_IDX].extra_regs = intel_gnr_extra_regs; in intel_pmu_init()
/Linux-v6.6/arch/x86/events/
Dperf_event.h732 #define X86_HYBRID_PMU_CORE_IDX 1 macro