mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
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>
This commit is contained in:
parent
aac3f3c2c4
commit
66cf782996
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue