Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_cstate.c242 static struct pmu cstate_pkg_pmu; variable
379 else if (pmu == &cstate_pkg_pmu) in cstate_get_attr_cpumask()
409 } else if (event->pmu == &cstate_pkg_pmu) { in cstate_pmu_event_init()
513 perf_pmu_migrate_context(&cstate_pkg_pmu, cpu, target); in cstate_cpu_exit()
644 static struct pmu cstate_pkg_pmu = { variable
669 err = perf_pmu_register(&cstate_pkg_pmu, cstate_pkg_pmu.name, -1); in cstate_pmus_register()
672 cstate_pkg_pmu.name, err); in cstate_pmus_register()