Home
last modified time | relevance | path

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

/linux/arch/x86/events/
H A Dcore.c214 cntr_mask |= x86_pmu.hybrid_pmu[i].cntr_mask64; in get_possible_counter_mask()
1964 if (!(x86_pmu.hybrid_pmu[i].pmu_type & pmu_attr->pmu_type)) in events_hybrid_sysfs_show()
1966 if (x86_pmu.hybrid_pmu[i].pmu_type & pmu->pmu_type) { in events_hybrid_sysfs_show()
2240 struct x86_hybrid_pmu *hybrid_pmu; in init_hw_perf_events() local
2244 hybrid_pmu = &x86_pmu.hybrid_pmu[i]; in init_hw_perf_events()
2246 hybrid_pmu->pmu = pmu; in init_hw_perf_events()
2247 hybrid_pmu->pmu.type = -1; in init_hw_perf_events()
2248 hybrid_pmu->pmu.attr_update = x86_pmu.attr_update; in init_hw_perf_events()
2249 hybrid_pmu->pmu.capabilities |= PERF_PMU_CAP_EXTENDED_HW_TYPE; in init_hw_perf_events()
2251 err = perf_pmu_register(&hybrid_pmu->pmu, hybrid_pmu->name, in init_hw_perf_events()
[all …]
H A Dperf_event.h790 static __always_inline struct x86_hybrid_pmu *hybrid_pmu(struct pmu *pmu) in hybrid_pmu() function
803 __Fp = &hybrid_pmu(_pmu)->_field; \
813 __Fp = &hybrid_pmu(_pmu)->_var; \
823 __Fp = hybrid_pmu(_pmu)->_field; \
1055 struct x86_hybrid_pmu *hybrid_pmu; member
/linux/arch/x86/events/intel/
H A Dcore.c4520 return hybrid_pmu(event->pmu)->pmu_type == hybrid_big; in require_mem_loads_aux_event()
5333 struct x86_hybrid_pmu *pmu = hybrid_pmu(event->pmu); in adl_get_event_constraints()
5410 struct x86_hybrid_pmu *pmu = hybrid_pmu(event->pmu); in mtl_get_event_constraints()
5423 struct x86_hybrid_pmu *pmu = hybrid_pmu(event->pmu); in adl_hw_config()
5449 struct x86_hybrid_pmu *pmu = hybrid_pmu(event->pmu); in arl_h_get_event_constraints()
5459 struct x86_hybrid_pmu *pmu = hybrid_pmu(event->pmu); in arl_h_hw_config()
6040 enum hybrid_pmu_type pmu_type = x86_pmu.hybrid_pmu[i].pmu_type; in find_hybrid_pmu_for_cpu()
6044 return &x86_pmu.hybrid_pmu[i]; in find_hybrid_pmu_for_cpu()
6047 return &x86_pmu.hybrid_pmu[i]; in find_hybrid_pmu_for_cpu()
6051 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 …]