* [PATCH 4/4] cpupower-info.1: describe the --perf-bias option
@ 2026-03-11 19:20 Roberto Ricci
2026-03-11 20:42 ` 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-info.1 | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/tools/power/cpupower/man/cpupower-info.1 b/tools/power/cpupower/man/cpupower-info.1
index 340bcd0be7de..a8d5aee4381c 100644
--- a/tools/power/cpupower/man/cpupower-info.1
+++ b/tools/power/cpupower/man/cpupower-info.1
@@ -3,7 +3,7 @@
cpupower\-info \- Shows processor power related kernel or hardware configurations
.SH SYNOPSIS
.ft B
-.B cpupower info [ \-b ]
+.B cpupower info [\fIoptions\fP]
.SH DESCRIPTION
\fBcpupower info \fP shows kernel configurations or processor hardware
@@ -13,6 +13,13 @@ Some options are platform wide, some affect single cores. By default values
of core zero are displayed only. cpupower --cpu all cpuinfo will show the
settings of all cores, see cpupower(1) how to choose specific cores.
+.SH "OPTIONS"
+.LP
+.TP
+\fB\-b\fR \fB\-\-perf-bias\fR
+Gets the current performance bias value.
+.TP
+
.SH "SEE ALSO"
Options are described in detail in:
--
2.53.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 4/4] cpupower-info.1: describe the --perf-bias option
2026-03-11 19:20 [PATCH 4/4] cpupower-info.1: describe the --perf-bias option Roberto Ricci
@ 2026-03-11 20:42 ` Shuah Khan
2026-03-11 23:42 ` [PATCH v2 " Roberto Ricci
0 siblings, 1 reply; 3+ messages in thread
From: Shuah Khan @ 2026-03-11 20:42 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-info.1 | 9 ++++++++-
> 1 file changed, 8 insertions(+), 1 deletion(-)
>
> diff --git a/tools/power/cpupower/man/cpupower-info.1 b/tools/power/cpupower/man/cpupower-info.1
> index 340bcd0be7de..a8d5aee4381c 100644
> --- a/tools/power/cpupower/man/cpupower-info.1
> +++ b/tools/power/cpupower/man/cpupower-info.1
> @@ -3,7 +3,7 @@
> cpupower\-info \- Shows processor power related kernel or hardware configurations
> .SH SYNOPSIS
> .ft B
> -.B cpupower info [ \-b ]
> +.B cpupower info [\fIoptions\fP]
>
> .SH DESCRIPTION
> \fBcpupower info \fP shows kernel configurations or processor hardware
> @@ -13,6 +13,13 @@ Some options are platform wide, some affect single cores. By default values
> of core zero are displayed only. cpupower --cpu all cpuinfo will show the
> settings of all cores, see cpupower(1) how to choose specific cores.
>
> +.SH "OPTIONS"
> +.LP
> +.TP
> +\fB\-b\fR \fB\-\-perf-bias\fR
> +Gets the current performance bias value.
> +.TP
> +
> .SH "SEE ALSO"
> Options are described in detail in:
>
thanks,
-- Shuah
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2 4/4] cpupower-info.1: describe the --perf-bias option
2026-03-11 20:42 ` Shuah Khan
@ 2026-03-11 23:42 ` Roberto Ricci
0 siblings, 0 replies; 3+ messages in thread
From: Roberto Ricci @ 2026-03-11 23:42 UTC (permalink / raw)
To: Shuah Khan
Cc: Thomas Renninger, John B. Wyatt IV, John Kacur, linux-pm,
linux-kernel
The cpupower-info(1) man page only mentions the short form of the
'--perf-bias' option in the synopsys, but the long form is not
documented and its effect is not explained.
Fixes 7fe2f6399a84760a9af8896ac152728250f82adb ("cpupowerutils - cpufrequtils extended with quite some features")
Signed-off-by: Roberto Ricci <io@r-ricci.it>
---
v1 -> v2: improved changelog
v1: https://lore.kernel.org/all/abHAkgiPg8VDpDoV@desktop0a/
tools/power/cpupower/man/cpupower-info.1 | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/tools/power/cpupower/man/cpupower-info.1 b/tools/power/cpupower/man/cpupower-info.1
index 340bcd0be7de..a8d5aee4381c 100644
--- a/tools/power/cpupower/man/cpupower-info.1
+++ b/tools/power/cpupower/man/cpupower-info.1
@@ -3,7 +3,7 @@
cpupower\-info \- Shows processor power related kernel or hardware configurations
.SH SYNOPSIS
.ft B
-.B cpupower info [ \-b ]
+.B cpupower info [\fIoptions\fP]
.SH DESCRIPTION
\fBcpupower info \fP shows kernel configurations or processor hardware
@@ -13,6 +13,13 @@ Some options are platform wide, some affect single cores. By default values
of core zero are displayed only. cpupower --cpu all cpuinfo will show the
settings of all cores, see cpupower(1) how to choose specific cores.
+.SH "OPTIONS"
+.LP
+.TP
+\fB\-b\fR \fB\-\-perf-bias\fR
+Gets the current performance bias value.
+.TP
+
.SH "SEE ALSO"
Options are described in detail in:
--
2.53.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-03-11 23:43 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 4/4] cpupower-info.1: describe the --perf-bias option Roberto Ricci
2026-03-11 20:42 ` Shuah Khan
2026-03-11 23:42 ` [PATCH v2 " Roberto Ricci
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox