Skip to content

Commit 03e00e3

Browse files
committed
tools/power turbostat: v2025.05.06
Support up to 8192 processors Add cpuidle governor debug telemetry, disabled by default Update default output to exclude cpuidle invocation counts Bug fixes Signed-off-by: Len Brown <[email protected]>
1 parent ec4acd3 commit 03e00e3

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
@@ -9594,7 +9594,7 @@ int get_and_dump_counters(void)
95949594

95959595
void print_version()
95969596
{
9597-
fprintf(outf, "turbostat version 2025.02.02 - Len Brown <[email protected]>\n");
9597+
fprintf(outf, "turbostat version 2025.04.06 - Len Brown <[email protected]>\n");
95989598
}
95999599

96009600
#define COMMAND_LINE_SIZE 2048

0 commit comments

Comments
 (0)