aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-report.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/builtin-report.c')
-rw-r--r--tools/perf/builtin-report.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c
index 400bef981c6c..9bd20c2ee3dd 100644
--- a/tools/perf/builtin-report.c
+++ b/tools/perf/builtin-report.c
@@ -422,7 +422,7 @@ resolve_symbol(struct thread *thread, struct map **mapp, u64 *ipp)
422 if (!thread) 422 if (!thread)
423 return NULL; 423 return NULL;
424 424
425 map = thread__find_map(thread, ip); 425 map = thread__find_map(thread, MAP__FUNCTION, ip);
426 if (map != NULL) { 426 if (map != NULL) {
427 /* 427 /*
428 * We have to do this here as we may have a dso 428 * We have to do this here as we may have a dso