Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_cstate.c119 static bool has_cstate_core; variable
477 if (has_cstate_core) { in cstate_cpu_exit()
522 if (has_cstate_core) { in cstate_cpu_init()
609 has_cstate_core = true; in cstate_init()
614 return (has_cstate_core || has_cstate_pkg) ? 0 : -ENODEV; in cstate_init()
661 if (has_cstate_core) { in cstate_pmus_register()