2 # valid governors: ondemand, performance, powersave, conservative, userspace.
5 # Limit frequency range
6 # Valid suffixes: Hz, kHz (default), MHz, GHz, THz
10 # Specific frequency to be set.
11 # Requires userspace governor to be available.
12 # Do not set governor field if you use this one.
15 # Utilizes cores in one processor package/socket first before processes are
16 # scheduled to other processor packages/sockets.
17 # See man (1) CPUPOWER-SET for additional details.
20 # Utilizes thread siblings of one processor core first before processes are
21 # scheduled to other cores. See man (1) CPUPOWER-SET for additional details.
24 # Sets a register on supported Intel processore which allows software to convey
25 # its policy for the relative importance of performance versus energy savings to
26 # the processor. See man (1) CPUPOWER-SET for additional details.
29 # vim:set ts=2 sw=2 ft=sh et: