|
@@ -1406,7 +1406,7 @@ static int add_callchain_ip(struct thread *thread,
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- return callchain_cursor_append(&callchain_cursor, ip, al.map, al.sym);
|
|
|
|
|
|
+ return callchain_cursor_append(&callchain_cursor, al.addr, al.map, al.sym);
|
|
}
|
|
}
|
|
|
|
|
|
struct branch_info *sample__resolve_bstack(struct perf_sample *sample,
|
|
struct branch_info *sample__resolve_bstack(struct perf_sample *sample,
|