Home
last modified time | relevance | path

Searched refs:x86_get_pmu (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/events/intel/
H A Dlbr.c631 kmem_cache = x86_get_pmu(cpu)->task_ctx_cache; in release_lbr_buffers()
650 kmem_cache = x86_get_pmu(cpu)->task_ctx_cache; in reserve_lbr_buffers()
1436 x86_get_pmu(smp_processor_id())->task_ctx_cache = create_lbr_kmem_cache(size, 0); in intel_pmu_lbr_init_hsw()
1453 x86_get_pmu(smp_processor_id())->task_ctx_cache = create_lbr_kmem_cache(size, 0); in intel_pmu_lbr_init_skl()
1589 struct pmu *pmu = x86_get_pmu(smp_processor_id()); in intel_pmu_arch_lbr_init()
H A Dds.c3402 x86_get_pmu(smp_processor_id())->capabilities |= PERF_PMU_CAP_EXTENDED_REGS; in intel_ds_pebs_init()
3425 x86_get_pmu(smp_processor_id())->capabilities |= PERF_PMU_CAP_AUX_OUTPUT; in intel_ds_pebs_init()
H A Dcore.c5869 struct pmu *dest_pmu = pmu ? pmu : x86_get_pmu(smp_processor_id()); in __intel_update_pmu_caps()
6791 perf_pmu_resched(x86_get_pmu(smp_processor_id())); in update_tfa_sched()
7622 x86_get_pmu(smp_processor_id())->capabilities |= PERF_PMU_CAP_MEDIATED_VPMU; in intel_pmu_init()
/linux/arch/x86/events/amd/
H A Dcore.c1442 x86_get_pmu(smp_processor_id())->capabilities |= PERF_PMU_CAP_MEDIATED_VPMU; in amd_core_pmu_init()
/linux/arch/x86/events/
H A Dperf_event.h1156 struct pmu *x86_get_pmu(unsigned int cpu);
H A Dcore.c793 struct pmu *x86_get_pmu(unsigned int cpu) in x86_get_pmu() function