Lines Matching refs:hybrid_pmu
2530 struct x86_hybrid_pmu *pmu = hybrid_pmu(event->pmu); in adl_set_topdown_event_period()
2682 struct x86_hybrid_pmu *pmu = hybrid_pmu(event->pmu); in adl_update_topdown_event()
3843 return hybrid_pmu(event->pmu)->cpu_type == hybrid_big; in require_mem_loads_aux_event()
4314 struct x86_hybrid_pmu *pmu = hybrid_pmu(event->pmu); in adl_get_event_constraints()
4327 struct x86_hybrid_pmu *pmu = hybrid_pmu(event->pmu); in adl_hw_config()
4508 if (x86_pmu.hybrid_pmu[i].cpu_type == cpu_type) { in init_hybrid_pmu()
4509 pmu = &x86_pmu.hybrid_pmu[i]; in init_hybrid_pmu()
4671 cpumask_clear_cpu(cpu, &hybrid_pmu(cpuc->pmu)->supported_cpus); in intel_pmu_cpu_dead()
4710 struct x86_hybrid_pmu *pmu = hybrid_pmu(event->pmu); in intel_pmu_filter_match()
5707 pmu = &x86_pmu.hybrid_pmu[i]; in intel_pmu_check_hybrid_pmus()
6392 x86_pmu.hybrid_pmu = kcalloc(X86_HYBRID_NUM_PMUS, in intel_pmu_init()
6395 if (!x86_pmu.hybrid_pmu) in intel_pmu_init()
6436 pmu = &x86_pmu.hybrid_pmu[X86_HYBRID_PMU_CORE_IDX]; in intel_pmu_init()
6475 pmu = &x86_pmu.hybrid_pmu[X86_HYBRID_PMU_ATOM_IDX]; in intel_pmu_init()