diff --git a/[refs] b/[refs] index 09e85ab98c10..187593ce4525 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: eda3913bb70ecebac13adccffe1e7f96e93cee02 +refs/heads/master: adc4bf9955856f8aa081ba613dbf56ffd664f0b7 diff --git a/trunk/tools/perf/util/session.c b/trunk/tools/perf/util/session.c index a3c13bcd5a8d..72458d9da5b1 100644 --- a/trunk/tools/perf/util/session.c +++ b/trunk/tools/perf/util/session.c @@ -1269,7 +1269,7 @@ void perf_session__print_ip(union perf_event *event, } } else { - printf("%16" PRIx64, al.addr); + printf("%16" PRIx64, sample->ip); if (print_sym) { if (al.sym && al.sym->name) symname = al.sym->name;