diff options
Diffstat (limited to 'tools/perf/builtin-timechart.c')
-rw-r--r-- | tools/perf/builtin-timechart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-timechart.c b/tools/perf/builtin-timechart.c index 0a2f22261c3a..665877e4a944 100644 --- a/tools/perf/builtin-timechart.c +++ b/tools/perf/builtin-timechart.c | |||
@@ -1266,7 +1266,7 @@ static const struct option options[] = { | |||
1266 | 1266 | ||
1267 | int cmd_timechart(int argc, const char **argv, const char *prefix __used) | 1267 | int cmd_timechart(int argc, const char **argv, const char *prefix __used) |
1268 | { | 1268 | { |
1269 | symbol__init(); | 1269 | symbol__init(0); |
1270 | 1270 | ||
1271 | page_size = getpagesize(); | 1271 | page_size = getpagesize(); |
1272 | 1272 | ||