Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Dcstate.c212 static struct pmu cstate_pkg_pmu; variable
296 } else if (event->pmu == &cstate_pkg_pmu) { in cstate_pmu_event_init()
404 static struct pmu cstate_pkg_pmu = { variable
691 perf_pmu_unregister(&cstate_pkg_pmu); in cstate_cleanup()
714 cstate_pkg_pmu.scope = PERF_PMU_SCOPE_DIE; in cstate_init()
715 err = perf_pmu_register(&cstate_pkg_pmu, in cstate_init()
718 err = perf_pmu_register(&cstate_pkg_pmu, in cstate_init()
719 cstate_pkg_pmu.name, -1); in cstate_init()