diff options
Diffstat (limited to 'tools/perf/builtin-trace.c')
-rw-r--r-- | tools/perf/builtin-trace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-trace.c b/tools/perf/builtin-trace.c index 967bd351b58d..afef6fe46c45 100644 --- a/tools/perf/builtin-trace.c +++ b/tools/perf/builtin-trace.c | |||
@@ -1131,7 +1131,7 @@ static int trace__symbols_init(struct trace *trace, struct perf_evlist *evlist) | |||
1131 | 1131 | ||
1132 | err = __machine__synthesize_threads(trace->host, &trace->tool, &trace->opts.target, | 1132 | err = __machine__synthesize_threads(trace->host, &trace->tool, &trace->opts.target, |
1133 | evlist->threads, trace__tool_process, false, | 1133 | evlist->threads, trace__tool_process, false, |
1134 | trace->opts.proc_map_timeout); | 1134 | trace->opts.proc_map_timeout, 1); |
1135 | if (err) | 1135 | if (err) |
1136 | symbol__exit(); | 1136 | symbol__exit(); |
1137 | 1137 | ||