Searched refs:cstate_pkg_pmu (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/events/intel/ |
H A D | cstate.c | 223 static struct pmu cstate_pkg_pmu; variable 298 else if (pmu == &cstate_pkg_pmu) in cstate_get_attr_cpumask() 328 } else if (event->pmu == &cstate_pkg_pmu) { in cstate_pmu_event_init() 423 perf_pmu_migrate_context(&cstate_pkg_pmu, cpu, target); in cstate_cpu_exit() 489 static struct pmu cstate_pkg_pmu = { variable 688 perf_pmu_unregister(&cstate_pkg_pmu); in cstate_cleanup() 712 err = perf_pmu_register(&cstate_pkg_pmu, in cstate_init() 715 err = perf_pmu_register(&cstate_pkg_pmu, in cstate_init() 716 cstate_pkg_pmu.name, -1); in cstate_init()
|
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | cstate.c | 228 static struct pmu cstate_pkg_pmu; variable 303 else if (pmu == &cstate_pkg_pmu) in cstate_get_attr_cpumask() 333 } else if (event->pmu == &cstate_pkg_pmu) { in cstate_pmu_event_init() 426 perf_pmu_migrate_context(&cstate_pkg_pmu, cpu, target); in cstate_cpu_exit() 492 static struct pmu cstate_pkg_pmu = { variable 729 perf_pmu_unregister(&cstate_pkg_pmu); in cstate_cleanup() 753 err = perf_pmu_register(&cstate_pkg_pmu, in cstate_init() 756 err = perf_pmu_register(&cstate_pkg_pmu, in cstate_init() 757 cstate_pkg_pmu.name, -1); in cstate_init()
|
Completed in 2 milliseconds