aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf')
-rw-r--r--tools/perf/builtin-stat.c2
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;
82static int thread_num = 0; 82static int thread_num = 0;
83static pid_t child_pid = -1; 83static pid_t child_pid = -1;
84static bool null_run = false; 84static bool null_run = false;
85static bool big_num = false; 85static bool big_num = true;
86static const char *cpu_list; 86static const char *cpu_list;
87 87
88 88