diff options
Diffstat (limited to 'tools/perf')
-rw-r--r-- | tools/perf/builtin-stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-stat.c b/tools/perf/builtin-stat.c index 970a7f2a083d..acbf7ccd9d07 100644 --- a/tools/perf/builtin-stat.c +++ b/tools/perf/builtin-stat.c | |||
@@ -82,7 +82,7 @@ static pid_t *all_tids = NULL; | |||
82 | static int thread_num = 0; | 82 | static int thread_num = 0; |
83 | static pid_t child_pid = -1; | 83 | static pid_t child_pid = -1; |
84 | static bool null_run = false; | 84 | static bool null_run = false; |
85 | static bool big_num = false; | 85 | static bool big_num = true; |
86 | static const char *cpu_list; | 86 | static const char *cpu_list; |
87 | 87 | ||
88 | 88 | ||