Home
last modified time | relevance | path

Searched refs:hybrid_pmu (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/arch/x86/events/
A Dcore.c759 if (event->pmu == &x86_pmu.hybrid_pmu[i].pmu) in is_x86_event()
2164 struct x86_hybrid_pmu *hybrid_pmu; in init_hw_perf_events() local
2168 hybrid_pmu = &x86_pmu.hybrid_pmu[i]; in init_hw_perf_events()
2170 hybrid_pmu->pmu = pmu; in init_hw_perf_events()
2171 hybrid_pmu->pmu.type = -1; in init_hw_perf_events()
2176 err = perf_pmu_register(&hybrid_pmu->pmu, hybrid_pmu->name, in init_hw_perf_events()
2184 perf_pmu_unregister(&x86_pmu.hybrid_pmu[j].pmu); in init_hw_perf_events()
2186 kfree(x86_pmu.hybrid_pmu); in init_hw_perf_events()
2187 x86_pmu.hybrid_pmu = NULL; in init_hw_perf_events()
2331 h_pmu = hybrid_pmu(event_pmu); in allocate_fake_cpuc()
[all …]
A Dperf_event.h686 static __always_inline struct x86_hybrid_pmu *hybrid_pmu(struct pmu *pmu) in hybrid_pmu() function
699 __Fp = &hybrid_pmu(_pmu)->_field; \
709 __Fp = &hybrid_pmu(_pmu)->_var; \
719 __Fp = hybrid_pmu(_pmu)->_field; \
942 struct x86_hybrid_pmu *hybrid_pmu; member
/linux-6.3-rc2/arch/x86/events/intel/
A Dcore.c2540 struct x86_hybrid_pmu *pmu = hybrid_pmu(event->pmu); in adl_set_topdown_event_period()
2692 struct x86_hybrid_pmu *pmu = hybrid_pmu(event->pmu); in adl_update_topdown_event()
4334 struct x86_hybrid_pmu *pmu = hybrid_pmu(event->pmu); in adl_get_event_constraints()
4406 struct x86_hybrid_pmu *pmu = hybrid_pmu(event->pmu); in mtl_get_event_constraints()
4419 struct x86_hybrid_pmu *pmu = hybrid_pmu(event->pmu); in adl_hw_config()
4619 if (x86_pmu.hybrid_pmu[i].cpu_type == cpu_type) { in init_hybrid_pmu()
4620 pmu = &x86_pmu.hybrid_pmu[i]; in init_hybrid_pmu()
4822 struct x86_hybrid_pmu *hpmu = hybrid_pmu(pmu); in intel_pmu_filter()
5844 pmu = &x86_pmu.hybrid_pmu[i]; in intel_pmu_check_hybrid_pmus()
6539 x86_pmu.hybrid_pmu = kcalloc(X86_HYBRID_NUM_PMUS, in intel_pmu_init()
[all …]
A Dds.c138 data_source = x86_pmu.hybrid_pmu[X86_HYBRID_PMU_CORE_IDX].pebs_data_source; in intel_pmu_pebs_data_source_adl()
142 data_source = x86_pmu.hybrid_pmu[X86_HYBRID_PMU_ATOM_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()
165 data_source = x86_pmu.hybrid_pmu[X86_HYBRID_PMU_ATOM_IDX].pebs_data_source; in intel_pmu_pebs_data_source_mtl()
259 WARN_ON_ONCE(hybrid_pmu(event->pmu)->cpu_type == hybrid_big); in __adl_latency_data_small()

Completed in 26 milliseconds