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:
aac3f3c
)
perf_counter tools: perf stat: make -l default-on
author
Ingo Molnar
<mingo@elte.hu>
Thu, 30 Apr 2009 11:53:33 +0000
(13:53 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 30 Apr 2009 11:53:33 +0000
(13:53 +0200)
Turn on scaling display by default - this is less confusing.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Documentation/perf_counter/builtin-stat.c
patch
|
blob
|
history
diff --git
a/Documentation/perf_counter/builtin-stat.c
b/Documentation/perf_counter/builtin-stat.c
index 112b94ed32986e3fe01005b1a17bcbe66e652d52..1fde12762ca4d00e704b51afcaaf8cf2d9106de1 100644
(file)
--- a/
Documentation/perf_counter/builtin-stat.c
+++ b/
Documentation/perf_counter/builtin-stat.c
@@
-171,7
+171,7
@@
static unsigned int page_size;
static int zero;
-static int scale;
+static int scale
= 1
;
static const unsigned int default_count[] = {
1000000,