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>

Len Brown 5e98a5e7 e60a13bc

Changed files
+1 -1
tools
power
x86
turbostat
+1 -1
tools/power/x86/turbostat/turbostat.c
··· 10126 10126 10127 10127 void print_version() 10128 10128 { 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"); 10130 10130 } 10131 10131 10132 10132 #define COMMAND_LINE_SIZE 2048