Skip to content

Commit 4d2c913

Browse files
committed
tools/power turbostat: version 2025.09.09
JIRA: https://issues.redhat.com/browse/RHEL-110366 commit 5e98a5e Author: Len Brown <len.brown@intel.com> Date: Sat Aug 9 21:08:26 2025 -0400 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 <len.brown@intel.com> Signed-off-by: Steve Best <sbest@redhat.com>
1 parent b7a4aca commit 4d2c913

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 <lenb@kernel.org>\n");
10129+
fprintf(outf, "turbostat version 2025.09.09 - Len Brown <lenb@kernel.org>\n");
1013010130
}
1013110131

1013210132
#define COMMAND_LINE_SIZE 2048

0 commit comments

Comments
 (0)