Skip to content

Commit ed29468

Browse files
r-riccishuahkh
authored andcommitted
cpupower-frequency-info.1: document --boost and --epp options
`cpupower frequency-info` supports the '--boost' option since the program was first added with commit 7fe2f63 ("cpupowerutils - cpufrequtils extended with quite some features"), but the man page lacks it. '--epp' has been added with commit 5f567af ("cpupower: Add support for showing energy performance preference") but it has never been added to the man page. cpufreq-info.c: {"boost", no_argument, NULL, 'b'}, ... {"epp", no_argument, NULL, 'z'}, Signed-off-by: Roberto Ricci <io@r-ricci.it> Link: https://lore.kernel.org/r/20260324223921.14317-4-io@r-ricci.it Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
1 parent 10a54e7 commit ed29468

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tools/power/cpupower/man/cpupower-frequency-info.1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ Gets the currently used cpufreq policy.
3232
\fB\-g\fR \fB\-\-governors\fR
3333
Determines available cpufreq governors.
3434
.TP
35+
\fB\-b\fR \fB\-\-boost\fR
36+
Gets the current boost state support.
37+
.TP
38+
\fB\-z\fR \fB\-\-epp\fR
39+
Gets the current EPP (energy performance preference).
40+
.TP
3541
\fB\-r\fR \fB\-\-related\-cpus\fR
3642
Determines which CPUs run at the same hardware frequency.
3743
.TP

0 commit comments

Comments
 (0)