Home
last modified time | relevance | path

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

/arch/x86/events/intel/
A Dcstate.c213 static struct pmu cstate_pkg_pmu; variable
297 } else if (event->pmu == &cstate_pkg_pmu) { in cstate_pmu_event_init()
405 static struct pmu cstate_pkg_pmu = { variable
692 perf_pmu_unregister(&cstate_pkg_pmu); in cstate_cleanup()
715 cstate_pkg_pmu.scope = PERF_PMU_SCOPE_DIE; in cstate_init()
716 err = perf_pmu_register(&cstate_pkg_pmu, in cstate_init()
719 err = perf_pmu_register(&cstate_pkg_pmu, in cstate_init()
720 cstate_pkg_pmu.name, -1); in cstate_init()

Completed in 4 milliseconds