projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f3aea5
)
tools/power turbostat: version 17.02.24
author
Len Brown
<len.brown@intel.com>
Sat, 21 Jan 2017 07:33:23 +0000
(
02:33
-0500)
committer
Len Brown
<len.brown@intel.com>
Wed, 1 Mar 2017 05:14:26 +0000
(
00:14
-0500)
The turbostat before this last set of changes is obsolete.
This new version can do a lot more, but it also has
some different defaults, that might catch some off-guard.
So it seems a good time to give a new version number.
Signed-off-by: Len Brown <len.brown@intel.com>
tools/power/x86/turbostat/turbostat.c
patch
|
blob
|
history
diff --git
a/tools/power/x86/turbostat/turbostat.c
b/tools/power/x86/turbostat/turbostat.c
index 5216549957f4b68bb863bb54f4bbf73f30be7463..828dccd3f01eaf324bf2d3d2c674a585417cd07a 100644
(file)
--- a/
tools/power/x86/turbostat/turbostat.c
+++ b/
tools/power/x86/turbostat/turbostat.c
@@
-4578,7
+4578,7
@@
int get_and_dump_counters(void)
}
void print_version() {
- fprintf(outf, "turbostat version
4.17 10 Jan 2017
"
+ fprintf(outf, "turbostat version
17.02.24
"
" - Len Brown <lenb@kernel.org>\n");
}