diff options
-rw-r--r-- | tools/perf/util/machine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/machine.c b/tools/perf/util/machine.c index 84390eecab06..d97309c87bd6 100644 --- a/tools/perf/util/machine.c +++ b/tools/perf/util/machine.c | |||
@@ -1406,7 +1406,7 @@ static int add_callchain_ip(struct thread *thread, | |||
1406 | } | 1406 | } |
1407 | } | 1407 | } |
1408 | 1408 | ||
1409 | return callchain_cursor_append(&callchain_cursor, ip, al.map, al.sym); | 1409 | return callchain_cursor_append(&callchain_cursor, al.addr, al.map, al.sym); |
1410 | } | 1410 | } |
1411 | 1411 | ||
1412 | struct branch_info *sample__resolve_bstack(struct perf_sample *sample, | 1412 | struct branch_info *sample__resolve_bstack(struct perf_sample *sample, |