Searched refs:amd_l2_pmu (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/kernel/cpu/
H A Dperf_event_amd_uncore.c49 static struct pmu amd_l2_pmu; variable in typeref:struct:pmu
61 return event->pmu->type == amd_l2_pmu.type; is_l2_event()
227 else if (pmu->type == amd_l2_pmu.type) amd_uncore_attr_show_cpumask()
276 static struct pmu amd_l2_pmu = { variable in typeref:struct:pmu
319 uncore_l2->pmu = &amd_l2_pmu; amd_uncore_cpu_up_prepare()
549 ret = perf_pmu_register(&amd_l2_pmu, amd_l2_pmu.name, -1); amd_uncore_init()
587 perf_pmu_unregister(&amd_l2_pmu);

Completed in 140 milliseconds