tools/power turbostat: version 2025.09.09
JIRA: https://issues.redhat.com/browse/RHEL-110614 commit 5e98a5e73edcc4114c5ad10596db87e24f50ee4d 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: David Arcari <darcari@redhat.com>
This commit is contained in:
parent
4bba9fb6ae
commit
184b291b6a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue