Skip to content

Commit

Permalink
tools/power turbostat: v2025.05.06
Browse files Browse the repository at this point in the history
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 <len.brown@intel.com>
  • Loading branch information
Len Brown committed Apr 6, 2025
1 parent ec4acd3 commit 03e00e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/power/x86/turbostat/turbostat.c
Original file line number Diff line number Diff line change
Expand Up @@ -9594,7 +9594,7 @@ int get_and_dump_counters(void)

void print_version()
{
fprintf(outf, "turbostat version 2025.02.02 - Len Brown <lenb@kernel.org>\n");
fprintf(outf, "turbostat version 2025.04.06 - Len Brown <lenb@kernel.org>\n");
}

#define COMMAND_LINE_SIZE 2048
Expand Down

0 comments on commit 03e00e3

Please sign in to comment.