summaryrefslogtreecommitdiff
path: root/libre/linux-libre-tools/cpupower.default
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@parabola.nu>2013-01-26 18:05:23 -0300
committerNicolás Reynolds <fauno@parabola.nu>2013-01-26 18:05:23 -0300
commitf551d84e6f43a389e5dca2209d7320eac43431b1 (patch)
tree8a9a71043ed531b206127d90b3ac8e6e3c78a189 /libre/linux-libre-tools/cpupower.default
parentaaa73650c5dda347d76d221d74a9454c6295ed08 (diff)
parent072fcf33f41cce6ec27949da2a5f3d841a6d8cc8 (diff)
Merge branch 'master' of ssh://gparabola/srv/git/abslibre
Diffstat (limited to 'libre/linux-libre-tools/cpupower.default')
-rw-r--r--libre/linux-libre-tools/cpupower.default29
1 files changed, 29 insertions, 0 deletions
diff --git a/libre/linux-libre-tools/cpupower.default b/libre/linux-libre-tools/cpupower.default
new file mode 100644
index 000000000..b5c522ea1
--- /dev/null
+++ b/libre/linux-libre-tools/cpupower.default
@@ -0,0 +1,29 @@
+# Define CPUs governor
+# valid governors: ondemand, performance, powersave, conservative, userspace.
+#governor='ondemand'
+
+# Limit frequency range
+# Valid suffixes: Hz, kHz (default), MHz, GHz, THz
+#min_freq="2.25GHz"
+#max_freq="3GHz"
+
+# Specific frequency to be set.
+# Requires userspace governor to be available.
+# Do not set governor field if you use this one.
+#freq=
+
+# Utilizes cores in one processor package/socket first before processes are
+# scheduled to other processor packages/sockets.
+# See man (1) CPUPOWER-SET for additional details.
+#mc_scheduler=
+
+# Utilizes thread siblings of one processor core first before processes are
+# scheduled to other cores. See man (1) CPUPOWER-SET for additional details.
+#smp_scheduler=
+
+# Sets a register on supported Intel processore which allows software to convey
+# its policy for the relative importance of performance versus energy savings to
+# the processor. See man (1) CPUPOWER-SET for additional details.
+#perf_bias=
+
+# vim:set ts=2 sw=2 ft=sh et: