Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Dcore.c4784 return hybrid_pmu(event->pmu)->pmu_type == hybrid_big; in require_mem_loads_aux_event()
5599 struct x86_hybrid_pmu *pmu = hybrid_pmu(event->pmu); in adl_get_event_constraints()
5676 struct x86_hybrid_pmu *pmu = hybrid_pmu(event->pmu); in mtl_get_event_constraints()
5689 struct x86_hybrid_pmu *pmu = hybrid_pmu(event->pmu); in adl_hw_config()
5715 struct x86_hybrid_pmu *pmu = hybrid_pmu(event->pmu); in arl_h_get_event_constraints()
5725 struct x86_hybrid_pmu *pmu = hybrid_pmu(event->pmu); in arl_h_hw_config()
6281 hybrid_pmu(pmu)->pmu_type == hybrid_big) in intel_update_pmu_caps()
6333 enum hybrid_pmu_type pmu_type = x86_pmu.hybrid_pmu[i].pmu_type; in find_hybrid_pmu_for_cpu()
6337 return &x86_pmu.hybrid_pmu[i]; in find_hybrid_pmu_for_cpu()
6340 return &x86_pmu.hybrid_pmu[i]; in find_hybrid_pmu_for_cpu()
[all …]
H A Dds.c184 data_source = x86_pmu.hybrid_pmu[X86_HYBRID_PMU_CORE_IDX].pebs_data_source; in intel_pmu_pebs_data_source_adl()
188 data_source = x86_pmu.hybrid_pmu[X86_HYBRID_PMU_ATOM_IDX].pebs_data_source; in intel_pmu_pebs_data_source_adl()
207 data_source = x86_pmu.hybrid_pmu[X86_HYBRID_PMU_CORE_IDX].pebs_data_source; in intel_pmu_pebs_data_source_mtl()
211 data_source = x86_pmu.hybrid_pmu[X86_HYBRID_PMU_ATOM_IDX].pebs_data_source; in intel_pmu_pebs_data_source_mtl()
222 data_source = x86_pmu.hybrid_pmu[X86_HYBRID_PMU_TINY_IDX].pebs_data_source; in intel_pmu_pebs_data_source_arl_h()
258 data_source = x86_pmu.hybrid_pmu[X86_HYBRID_PMU_CORE_IDX].pebs_data_source; in intel_pmu_pebs_data_source_lnl()
261 data_source = x86_pmu.hybrid_pmu[X86_HYBRID_PMU_ATOM_IDX].pebs_data_source; in intel_pmu_pebs_data_source_lnl()
461 hybrid_pmu(event->pmu)->pmu_type == hybrid_big); in __grt_latency_data()
574 struct x86_hybrid_pmu *pmu = hybrid_pmu(event->pmu); in lnl_latency_data()
584 struct x86_hybrid_pmu *pmu = hybrid_pmu(event->pmu); in arl_h_latency_data()
[all …]
/linux/arch/x86/events/
H A Dperf_event.h788 static __always_inline struct x86_hybrid_pmu *hybrid_pmu(struct pmu *pmu) in hybrid_pmu() function
801 __Fp = &hybrid_pmu(_pmu)->_field; \
811 __Fp = &hybrid_pmu(_pmu)->_var; \
821 __Fp = hybrid_pmu(_pmu)->_field; \
1053 struct x86_hybrid_pmu *hybrid_pmu; member