Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/events/intel/
Dcstate.c139 static struct pmu cstate_core_pmu; variable
293 if (pmu == &cstate_core_pmu) in cstate_get_attr_cpumask()
316 if (event->pmu == &cstate_core_pmu) { in cstate_pmu_event_init()
409 perf_pmu_migrate_context(&cstate_core_pmu, cpu, target); in cstate_cpu_exit()
471 static struct pmu cstate_core_pmu = { variable
683 perf_pmu_unregister(&cstate_core_pmu); in cstate_cleanup()
699 err = perf_pmu_register(&cstate_core_pmu, cstate_core_pmu.name, -1); in cstate_init()