diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-04-30 07:53:33 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-30 07:53:33 -0400 |
commit | 66cf782996f3d57d3cc199f0a2d47a54e2aa5991 (patch) | |
tree | fdcb2899f1ac32b04a1308ca29917043e326b676 /Documentation/perf_counter/builtin-stat.c | |
parent | aac3f3c2c41ce49a6dbb98d9145265c00a964dc2 (diff) |
perf_counter tools: perf stat: make -l default-on
Turn on scaling display by default - this is less confusing.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation/perf_counter/builtin-stat.c')
-rw-r--r-- | Documentation/perf_counter/builtin-stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/perf_counter/builtin-stat.c b/Documentation/perf_counter/builtin-stat.c index 112b94ed3298..1fde12762ca4 100644 --- a/Documentation/perf_counter/builtin-stat.c +++ b/Documentation/perf_counter/builtin-stat.c | |||
@@ -171,7 +171,7 @@ static unsigned int page_size; | |||
171 | 171 | ||
172 | static int zero; | 172 | static int zero; |
173 | 173 | ||
174 | static int scale; | 174 | static int scale = 1; |
175 | 175 | ||
176 | static const unsigned int default_count[] = { | 176 | static const unsigned int default_count[] = { |
177 | 1000000, | 177 | 1000000, |