Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/events/
Dcore.c200 num_counters = max_t(int, num_counters, x86_pmu.hybrid_pmu[i].num_counters); in get_possible_num_counters()
757 if (event->pmu == &x86_pmu.hybrid_pmu[i].pmu) in is_x86_event()
1892 if (!(x86_pmu.hybrid_pmu[i].cpu_type & pmu_attr->pmu_type)) in events_hybrid_sysfs_show()
1894 if (x86_pmu.hybrid_pmu[i].cpu_type & pmu->cpu_type) { in events_hybrid_sysfs_show()
2179 struct x86_hybrid_pmu *hybrid_pmu; in init_hw_perf_events() local
2186 hybrid_pmu = &x86_pmu.hybrid_pmu[i]; in init_hw_perf_events()
2188 hybrid_pmu->pmu = pmu; in init_hw_perf_events()
2189 hybrid_pmu->pmu.type = -1; in init_hw_perf_events()
2190 hybrid_pmu->pmu.attr_update = x86_pmu.attr_update; in init_hw_perf_events()
2191 hybrid_pmu->pmu.capabilities |= PERF_PMU_CAP_HETEROGENEOUS_CPUS; in init_hw_perf_events()
[all …]
Dperf_event.h682 static __always_inline struct x86_hybrid_pmu *hybrid_pmu(struct pmu *pmu) in hybrid_pmu() function
695 __Fp = &hybrid_pmu(_pmu)->_field; \
705 __Fp = &hybrid_pmu(_pmu)->_var; \
715 __Fp = hybrid_pmu(_pmu)->_field; \
938 struct x86_hybrid_pmu *hybrid_pmu; member
/linux-6.1.9/arch/x86/events/intel/
Dcore.c2530 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()
[all …]
Dds.c129 data_source = x86_pmu.hybrid_pmu[X86_HYBRID_PMU_CORE_IDX].pebs_data_source; in intel_pmu_pebs_data_source_adl()
133 data_source = x86_pmu.hybrid_pmu[X86_HYBRID_PMU_ATOM_IDX].pebs_data_source; in intel_pmu_pebs_data_source_adl()
227 WARN_ON_ONCE(hybrid_pmu(event->pmu)->cpu_type == hybrid_big); in adl_latency_data_small()