Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_cstate.c118 static struct pmu cstate_core_pmu; variable
377 if (pmu == &cstate_core_pmu) in cstate_get_attr_cpumask()
403 if (event->pmu == &cstate_core_pmu) { in cstate_pmu_event_init()
493 perf_pmu_migrate_context(&cstate_core_pmu, cpu, target); in cstate_cpu_exit()
631 static struct pmu cstate_core_pmu = { variable
662 err = perf_pmu_register(&cstate_core_pmu, cstate_core_pmu.name, -1); in cstate_pmus_register()
665 cstate_core_pmu.name, err); in cstate_pmus_register()