diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-04-30 13:53:33 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-30 13:53:33 +0200 |
commit | 66cf782996f3d57d3cc199f0a2d47a54e2aa5991 (patch) | |
tree | fdcb2899f1ac32b04a1308ca29917043e326b676 /Documentation/perf_counter/builtin-stat.c | |
parent | aac3f3c2c41ce49a6dbb98d9145265c00a964dc2 (diff) | |
download | lwn-66cf782996f3d57d3cc199f0a2d47a54e2aa5991.tar.gz lwn-66cf782996f3d57d3cc199f0a2d47a54e2aa5991.zip |
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; static int zero; -static int scale; +static int scale = 1; static const unsigned int default_count[] = { 1000000, |