Commit 5e98a5e7 authored by Len Brown's avatar Len Brown
Browse files

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: default avatarLen Brown <len.brown@intel.com>
parent e60a13bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10126,7 +10126,7 @@ int get_and_dump_counters(void)

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

#define COMMAND_LINE_SIZE 2048