diff options
author | Thomas Renninger <trenn@suse.de> | 2013-06-28 09:34:31 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-07-04 19:52:19 -0400 |
commit | c4f3610eba69321b9cf35779cd67e68b5138cc16 (patch) | |
tree | 1e290acedef8572a22812c98709cf0754f5d36a9 /tools/power/cpupower/man | |
parent | 0924c369bc5492cf181a066fc2d459aa18ffa5ac (diff) |
cpupower: Introduce idle-set subcommand and C-state enabling/disabling
Example:
cpupower idle-set -d 3
will disable C-state 3 on all processors (set commands are active on
all CPUs by default), same as:
cpupower -c all idle-set -d 3
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')
-rw-r--r-- | tools/power/cpupower/man/cpupower-monitor.1 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tools/power/cpupower/man/cpupower-monitor.1 b/tools/power/cpupower/man/cpupower-monitor.1 index e01c35d13b6e..914cbb9d9cd0 100644 --- a/tools/power/cpupower/man/cpupower-monitor.1 +++ b/tools/power/cpupower/man/cpupower-monitor.1 | |||
@@ -110,13 +110,21 @@ May work poorly on Linux-2.6.20 through 2.6.29, as the \fBacpi-cpufreq \fP | |||
110 | kernel frequency driver periodically cleared aperf/mperf registers in those | 110 | kernel frequency driver periodically cleared aperf/mperf registers in those |
111 | kernels. | 111 | kernels. |
112 | 112 | ||
113 | .SS "Nehalem" "SandyBridge" | 113 | .SS "Nehalem" "SandyBridge" "HaswellExtended" |
114 | Intel Core and Package sleep state counters. | 114 | Intel Core and Package sleep state counters. |
115 | Threads (hyperthreaded cores) may not be able to enter deeper core states if | 115 | Threads (hyperthreaded cores) may not be able to enter deeper core states if |
116 | its sibling is utilized. | 116 | its sibling is utilized. |
117 | Deepest package sleep states may in reality show up as machine/platform wide | 117 | Deepest package sleep states may in reality show up as machine/platform wide |
118 | sleep states and can only be entered if all cores are idle. Look up Intel | 118 | sleep states and can only be entered if all cores are idle. Look up Intel |
119 | manuals (some are provided in the References section) for further details. | 119 | manuals (some are provided in the References section) for further details. |
120 | The monitors are named after the CPU family where the sleep state capabilities | ||
121 | got introduced and may not match exactly the CPU name of the platform. | ||
122 | For example an IvyBridge processor has sleep state capabilities which got | ||
123 | introduced in Nehalem and SandyBridge processor families. | ||
124 | Thus on an IvyBridge processor one will get Nehalem and SandyBridge sleep | ||
125 | state monitors. | ||
126 | HaswellExtended extra package sleep state capabilities are available only in a | ||
127 | specific Haswell (family 0x45) and probably also other future processors. | ||
120 | 128 | ||
121 | .SS "Fam_12h" "Fam_14h" | 129 | .SS "Fam_12h" "Fam_14h" |
122 | AMD laptop and desktop processor (family 12h and 14h) sleep state counters. | 130 | AMD laptop and desktop processor (family 12h and 14h) sleep state counters. |