public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/4] cpupower-frequency-info.1: document --boost and --epp options
@ 2026-03-11 19:20 Roberto Ricci
  2026-03-11 20:36 ` Shuah Khan
  0 siblings, 1 reply; 3+ messages in thread
From: Roberto Ricci @ 2026-03-11 19:20 UTC (permalink / raw)
  To: Thomas Renninger, Shuah Khan, John B. Wyatt IV, John Kacur,
	linux-pm, linux-kernel

Signed-off-by: Roberto Ricci <io@r-ricci.it>
---
 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  
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 3/4] cpupower-frequency-info.1: document --boost and --epp options
  2026-03-11 19:20 [PATCH 3/4] cpupower-frequency-info.1: document --boost and --epp options Roberto Ricci
@ 2026-03-11 20:36 ` Shuah Khan
  2026-03-11 23:41   ` [PATCH v2 3/4] cpupower-frequency-info.1: document --boost and --epp Roberto Ricci
  0 siblings, 1 reply; 3+ messages in thread
From: Shuah Khan @ 2026-03-11 20:36 UTC (permalink / raw)
  To: Roberto Ricci, Thomas Renninger, Shuah Khan, John B. Wyatt IV,
	John Kacur, linux-pm, linux-kernel, Shuah Khan

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

Missing change log

> Signed-off-by: Roberto Ricci <io@r-ricci.it>
> ---
>   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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2 3/4] cpupower-frequency-info.1: document --boost and --epp
  2026-03-11 20:36 ` Shuah Khan
@ 2026-03-11 23:41   ` Roberto Ricci
  0 siblings, 0 replies; 3+ messages in thread
From: Roberto Ricci @ 2026-03-11 23:41 UTC (permalink / raw)
  To: Shuah Khan
  Cc: Thomas Renninger, John B. Wyatt IV, John Kacur, linux-pm,
	linux-kernel

`cpupower frequency-info` supports the '--boost' option since the
program was first added with commit
7fe2f6399a84 ("cpupowerutils - cpufrequtils extended with quite some features")
but the man page lacks it.

'--epp' has been added with commit
5f567afc283f ("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'},

Fixes 7fe2f6399a84760a9af8896ac152728250f82adb ("cpupowerutils - cpufrequtils extended with quite some features")
Fixes 5f567afc283fc9e7c6a34d013c4fc6c5e8d6afae ("cpupower: Add support for showing energy performance preference")

Signed-off-by: Roberto Ricci <io@r-ricci.it>
---
v1 -> v2: improved changelog
v1: https://lore.kernel.org/all/abHAhAg-6gaK0Qn7@desktop0a/

 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  
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-03-11 23:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-11 19:20 [PATCH 3/4] cpupower-frequency-info.1: document --boost and --epp options Roberto Ricci
2026-03-11 20:36 ` Shuah Khan
2026-03-11 23:41   ` [PATCH v2 3/4] cpupower-frequency-info.1: document --boost and --epp Roberto Ricci

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox