tools/power turbostat: Always print idle in the system configuration header
If the --quiet option is not used, turbostat prints a useful system configuration header during startup. But inclusion of idle system configuration information in this header is currently a function of inclusion in the columns chosen to be displayed. Always list this idle system configuration. Signed-off-by: Doug Smythies <dsmythies@telus.net> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
d76bb7a09b
commit
9aefc2cda6
|
@ -3530,9 +3530,6 @@ dump_sysfs_cstate_config(void)
|
|||
int state;
|
||||
char *sp;
|
||||
|
||||
if (!DO_BIC(BIC_sysfs))
|
||||
return;
|
||||
|
||||
if (access("/sys/devices/system/cpu/cpuidle", R_OK)) {
|
||||
fprintf(outf, "cpuidle not loaded\n");
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue
Block a user