[PATCH 0/2] pm: cpupower: Couple of fixes to the cpupower monitor

Gautham R. Shenoy posted 2 patches 4 months ago
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c | 4 ----
tools/power/cpupower/utils/idle_monitor/mperf_monitor.c    | 4 ++--
2 files changed, 2 insertions(+), 6 deletions(-)
[PATCH 0/2] pm: cpupower: Couple of fixes to the cpupower monitor
Posted by Gautham R. Shenoy 4 months ago
Hello!

This patch-series contains a couple of fixes to the cpupower monitor.

* The first patch ensures that the C0% printed by the mperf-monitor is
  100% when the core is fully busy.

* The second patch ensure that the CORE and CPU fields are printed in
  the cpupower-monitor output for multi-socket systems. This has been
  broken since 6.15.

Gautham R. Shenoy (2):
  pm: cpupower: Fix the snapshot-order of tsc,mperf, clock in mperf_stop()
  pm: cpupower: Fix printing of CORE, CPU fields in cpupower-monitor

 tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c | 4 ----
 tools/power/cpupower/utils/idle_monitor/mperf_monitor.c    | 4 ++--
 2 files changed, 2 insertions(+), 6 deletions(-)

-- 
2.34.1
Re: [PATCH 0/2] pm: cpupower: Couple of fixes to the cpupower monitor
Posted by Shuah Khan 3 months, 3 weeks ago
On 6/12/25 06:23, Gautham R. Shenoy wrote:
> Hello!
> 
> This patch-series contains a couple of fixes to the cpupower monitor.
> 
> * The first patch ensures that the C0% printed by the mperf-monitor is
>    100% when the core is fully busy.
> 
> * The second patch ensure that the CORE and CPU fields are printed in
>    the cpupower-monitor output for multi-socket systems. This has been
>    broken since 6.15.
> 
> Gautham R. Shenoy (2):
>    pm: cpupower: Fix the snapshot-order of tsc,mperf, clock in mperf_stop()
>    pm: cpupower: Fix printing of CORE, CPU fields in cpupower-monitor
> 
>   tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c | 4 ----
>   tools/power/cpupower/utils/idle_monitor/mperf_monitor.c    | 4 ++--
>   2 files changed, 2 insertions(+), 6 deletions(-)
> 

Applied - will include in my fixes PR to Rafael
https://web.git.kernel.org/pub/scm/linux/kernel/git/shuah/linux.git/?h=cpupower

thanks,
-- Shuah