Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dcstate.c142 static struct pmu cstate_core_pmu; variable
296 if (pmu == &cstate_core_pmu) in cstate_get_attr_cpumask()
319 if (event->pmu == &cstate_core_pmu) { in cstate_pmu_event_init()
412 perf_pmu_migrate_context(&cstate_core_pmu, cpu, target); in cstate_cpu_exit()
474 static struct pmu cstate_core_pmu = { variable
685 perf_pmu_unregister(&cstate_core_pmu); in cstate_cleanup()
701 err = perf_pmu_register(&cstate_core_pmu, cstate_core_pmu.name, -1); in cstate_init()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dcstate.c147 static struct pmu cstate_core_pmu; variable
301 if (pmu == &cstate_core_pmu) in cstate_get_attr_cpumask()
324 if (event->pmu == &cstate_core_pmu) { in cstate_pmu_event_init()
415 perf_pmu_migrate_context(&cstate_core_pmu, cpu, target); in cstate_cpu_exit()
477 static struct pmu cstate_core_pmu = { variable
726 perf_pmu_unregister(&cstate_core_pmu); in cstate_cleanup()
742 err = perf_pmu_register(&cstate_core_pmu, cstate_core_pmu.name, -1); in cstate_init()

Completed in 3 milliseconds