Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/intel/
H A 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()
H A Dcore.c6809 pmu = &x86_pmu.hybrid_pmu[X86_HYBRID_PMU_CORE_IDX]; in intel_pmu_init()
6869 x86_pmu.hybrid_pmu[X86_HYBRID_PMU_CORE_IDX].extra_regs = intel_gnr_extra_regs; in intel_pmu_init()
/openbmc/linux/arch/x86/events/
H A Dperf_event.h732 #define X86_HYBRID_PMU_CORE_IDX 1 macro