diff options
author | Thomas Renninger <trenn@suse.de> | 2014-05-13 14:41:41 +0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-05-17 02:36:36 +0400 |
commit | 69cd502dd8432dcca24026efdd04192ec0e0c54e (patch) | |
tree | 1d7bbfed45f398e158a8848a807136c0a81c1702 /tools/power/cpupower/man/cpupower-idle-set.1 | |
parent | 706f4c1100e7131f2e8aa9552daba52fbf6b97cb (diff) | |
download | linux-69cd502dd8432dcca24026efdd04192ec0e0c54e.tar.xz |
cpupower: Introduce idle state disable-by-latency and enable-all
Signed-off-by: Thomas Renninger <trenn@suse.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/power/cpupower/man/cpupower-idle-set.1')
-rw-r--r-- | tools/power/cpupower/man/cpupower-idle-set.1 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/tools/power/cpupower/man/cpupower-idle-set.1 b/tools/power/cpupower/man/cpupower-idle-set.1 index 6b1607272a5b..3e6799d7a79f 100644 --- a/tools/power/cpupower/man/cpupower-idle-set.1 +++ b/tools/power/cpupower/man/cpupower-idle-set.1 @@ -13,11 +13,17 @@ sleep states. This can be handy for power vs performance tuning. .SH "OPTIONS" .LP .TP -\fB\-d\fR \fB\-\-disable\fR +\fB\-d\fR \fB\-\-disable\fR <STATE_NO> Disable a specific processor sleep state. .TP -\fB\-e\fR \fB\-\-enable\fR +\fB\-e\fR \fB\-\-enable\fR <STATE_NO> Enable a specific processor sleep state. +.TP +\fB\-D\fR \fB\-\-disable-by-latency\fR <LATENCY> +Disable all idle states with a equal or higher latency than <LATENCY> +.TP +\fB\-E\fR \fB\-\-enable-all\fR +Enable all idle states if not enabled already. .SH "REMARKS" .LP |