mbox series

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

Message ID 20250612122355.19629-1-gautham.shenoy@amd.com
Headers show
Series pm: cpupower: Couple of fixes to the cpupower monitor | expand

Message

Gautham R. Shenoy June 12, 2025, 12:23 p.m. UTC
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(-)