X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=tools%2Fperf%2Futil%2Funwind-libunwind-local.c;h=20c2e5743903872771ae975b340b63aec521c3d3;hb=d8d8d9d789097f91edaeee65b77523079fa8cf3f;hp=97c0f8fc55615961df9cd1a70f0c94125860d39a;hpb=ba929b6646c5b87c7bb15cd8d3e51617725c983b;p=cascardo%2Flinux.git diff --git a/tools/perf/util/unwind-libunwind-local.c b/tools/perf/util/unwind-libunwind-local.c index 97c0f8fc5561..20c2e5743903 100644 --- a/tools/perf/util/unwind-libunwind-local.c +++ b/tools/perf/util/unwind-libunwind-local.c @@ -542,7 +542,7 @@ static int entry(u64 ip, struct thread *thread, thread__find_addr_location(thread, PERF_RECORD_MISC_USER, MAP__FUNCTION, ip, &al); - e.ip = ip; + e.ip = al.addr; e.map = al.map; e.sym = al.sym;