]> Git Repo - linux.git/commitdiff
tools/power turbostat: version 2025.02.02
authorLen Brown <[email protected]>
Sun, 2 Feb 2025 16:43:02 +0000 (10:43 -0600)
committerLen Brown <[email protected]>
Sun, 2 Feb 2025 16:54:23 +0000 (10:54 -0600)
Summary of Changes since 2024.11.30:

Fix regression in 2023.11.07 that affinitized forked child
in one-shot mode.

Harden one-shot mode against hotplug online/offline

Enable RAPL SysWatt column by default.

Add initial PTL, CWF platform support.

Harden initial PMT code in response to early use.

Enable first built-in PMT counter: CWF c1e residency

Refuse to run on unsupported platforms without --force,
to encourage updating to a version that supports the system,
and to avoid no-so-useful measurement results.

Signed-off-by: Len Brown <[email protected]>
tools/power/x86/turbostat/turbostat.c

index 364a44a7d7aeee74879545a61106675f745f69e1..8d5011a0bf60d84a392f635a88017fb01003daf2 100644 (file)
@@ -9559,7 +9559,7 @@ int get_and_dump_counters(void)
 
 void print_version()
 {
-       fprintf(outf, "turbostat version 2025.01.14 - Len Brown <[email protected]>\n");
+       fprintf(outf, "turbostat version 2025.02.02 - Len Brown <[email protected]>\n");
 }
 
 #define COMMAND_LINE_SIZE 2048
This page took 0.058188 seconds and 4 git commands to generate.