diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/builtin-report.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c index 283773d91aa0..fa937f5c3c39 100644 --- a/tools/perf/builtin-report.c +++ b/tools/perf/builtin-report.c | |||
@@ -1035,7 +1035,7 @@ resolve_callchain(struct thread *thread, struct map *map __used, | |||
1035 | struct ip_callchain *chain, struct hist_entry *entry) | 1035 | struct ip_callchain *chain, struct hist_entry *entry) |
1036 | { | 1036 | { |
1037 | u64 context = PERF_CONTEXT_MAX; | 1037 | u64 context = PERF_CONTEXT_MAX; |
1038 | struct symbol **syms; | 1038 | struct symbol **syms = NULL; |
1039 | unsigned int i; | 1039 | unsigned int i; |
1040 | 1040 | ||
1041 | if (callchain) { | 1041 | if (callchain) { |