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

/linux-master/arch/x86/events/amd/
H A Dpower.c33 static struct pmu pmu_class; variable in typeref:struct:pmu
128 if (event->attr.type != pmu_class.type)
205 static struct pmu pmu_class = { variable in typeref:struct:pmu
234 perf_pmu_migrate_context(&pmu_class, cpu, target);
285 ret = perf_pmu_register(&pmu_class, "power", -1);
299 perf_pmu_unregister(&pmu_class);

Completed in 171 milliseconds