Skip to content

Commit 2c4627c

Browse files
committed
tools/power turbostat: version 2025.02.02
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]>
1 parent 5ce1e9b commit 2c4627c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/power/x86/turbostat/turbostat.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -9559,7 +9559,7 @@ int get_and_dump_counters(void)
95599559

95609560
void print_version()
95619561
{
9562-
fprintf(outf, "turbostat version 2025.01.14 - Len Brown <[email protected]>\n");
9562+
fprintf(outf, "turbostat version 2025.02.02 - Len Brown <[email protected]>\n");
95639563
}
95649564

95659565
#define COMMAND_LINE_SIZE 2048

0 commit comments

Comments
 (0)