Skip to content

Commit 5e98a5e

Browse files
committed
tools/power turbostat: version 2025.09.09
Probe and display L3 Cache topology Add ability to average an added counter (useful for pre-integrated "counters", such as Watts) Break the limit of 64 built-in counters. Assorted bug fixes and minor feature tweaks Signed-off-by: Len Brown <[email protected]>
1 parent e60a13b commit 5e98a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/power/x86/turbostat/turbostat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10126,7 +10126,7 @@ int get_and_dump_counters(void)
1012610126

1012710127
void print_version()
1012810128
{
10129-
fprintf(outf, "turbostat version 2025.06.08 - Len Brown <[email protected]>\n");
10129+
fprintf(outf, "turbostat version 2025.09.09 - Len Brown <[email protected]>\n");
1013010130
}
1013110131

1013210132
#define COMMAND_LINE_SIZE 2048

0 commit comments

Comments
 (0)