Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/intel/
H A Dcstate.c227 static struct pmu cstate_pkg_pmu; variable
302 else if (pmu == &cstate_pkg_pmu) in cstate_get_attr_cpumask()
332 } else if (event->pmu == &cstate_pkg_pmu) { in cstate_pmu_event_init()
425 perf_pmu_migrate_context(&cstate_pkg_pmu, cpu, target); in cstate_cpu_exit()
491 static struct pmu cstate_pkg_pmu = { variable
726 perf_pmu_unregister(&cstate_pkg_pmu); in cstate_cleanup()
750 err = perf_pmu_register(&cstate_pkg_pmu, in cstate_init()
753 err = perf_pmu_register(&cstate_pkg_pmu, in cstate_init()
754 cstate_pkg_pmu.name, -1); in cstate_init()