Re: [PATCH 3/4] cpupower-frequency-info.1: document --boost and --epp options

From: Shuah Khan

Date: Wed Mar 11 2026 - 16:37:09 EST


On 3/11/26 13:20, Roberto Ricci wrote:

Missing change log

Signed-off-by: Roberto Ricci <io@xxxxxxxxxx>
---
tools/power/cpupower/man/cpupower-frequency-info.1 | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/tools/power/cpupower/man/cpupower-frequency-info.1 b/tools/power/cpupower/man/cpupower-frequency-info.1
index 1173d4f31e69..1dc7536e13ab 100644
--- a/tools/power/cpupower/man/cpupower-frequency-info.1
+++ b/tools/power/cpupower/man/cpupower-frequency-info.1
@@ -32,6 +32,12 @@ Gets the currently used cpufreq policy.
\fB\-g\fR \fB\-\-governors\fR
Determines available cpufreq governors.
.TP
+\fB\-b\fR \fB\-\-boost\fR
+Gets the current boost state support.
+.TP
+\fB\-z\fR \fB\-\-epp\fR
+Gets the current EPP (energy performance preference).
+.TP
\fB\-r\fR \fB\-\-related\-cpus\fR
Determines which CPUs run at the same hardware frequency.
.TP

thanks,
-- Shuah