perf_counter tools: perf stat: make -l default-on
authorIngo Molnar <mingo@elte.hu>
Thu, 30 Apr 2009 11:53:33 +0000 (13:53 +0200)
committerIngo 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

index 112b94e..1fde127 100644 (file)
@@ -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,