Lines Matching refs:state
3 * turbostat -- show CPU frequency and C-state residency
2443 /* C-state Pre-wake Disable (CSTATE_PREWAKE_DISABLE) */
2445 fprintf(outf, "C-state Pre-wake: %sabled\n", msr & 0x40000000 ? "DIS" : "EN");
2677 fprintf(outf, ", automatic c-state conversion=%s", (msr & AUTOMATIC_CSTATE_CONVERSION) ? "on" : "off");
3483 * Some sources state that the peak power for a
4203 int state;
4215 for (state = 0; state < 10; ++state) {
4217 sprintf(path, "/sys/devices/system/cpu/cpu%d/cpuidle/state%d/name", base_cpu, state);
4233 sprintf(path, "/sys/devices/system/cpu/cpu%d/cpuidle/state%d/desc", base_cpu, state);
6442 int state;
6445 for (state = 10; state >= 0; --state) {
6447 sprintf(path, "/sys/devices/system/cpu/cpu%d/cpuidle/state%d/name", base_cpu, state);
6465 sprintf(path, "cpuidle/state%d/time", state);
6476 for (state = 10; state >= 0; --state) {
6478 sprintf(path, "/sys/devices/system/cpu/cpu%d/cpuidle/state%d/name", base_cpu, state);
6493 sprintf(path, "cpuidle/state%d/usage", state);