projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e60a13b
)
tools/power turbostat: version 2025.09.09
author
Len Brown
<len.brown@intel.com>
Sun, 10 Aug 2025 01:08:26 +0000
(21:08 -0400)
committer
Len Brown
<len.brown@intel.com>
Sun, 10 Aug 2025 01:24:46 +0000
(21:24 -0400)
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>
tools/power/x86/turbostat/turbostat.c
patch
|
blob
|
blame
|
history
diff --git
a/tools/power/x86/turbostat/turbostat.c
b/tools/power/x86/turbostat/turbostat.c
index 76f4093959d519f8263d24fd8c8d8c713ce38187..72a280e7a9d594441d8fa49f1146eb21e063de2e 100644
(file)
--- a/
tools/power/x86/turbostat/turbostat.c
+++ b/
tools/power/x86/turbostat/turbostat.c
@@
-10126,7
+10126,7
@@
int get_and_dump_counters(void)
void print_version()
{
- fprintf(outf, "turbostat version 2025.0
6.08
- Len Brown <lenb@kernel.org>\n");
+ fprintf(outf, "turbostat version 2025.0
9.09
- Len Brown <lenb@kernel.org>\n");
}
#define COMMAND_LINE_SIZE 2048