> > >Yeah, it worked in the past. > > >commit 5550171b2a9f8df26ff483051d060db06376b26d change ip into > > >relative address ( not sure relative to which address), which makes > > >addr2line unable to parse. > > > That's Andi's commit. > > Oh well, that, IIRC, was done to make the srcline sort key to work, but > broke the perf script output, so perhaps its time to change the perf > script output to use that code and show srcline:lineno, will see.
Yes fixing perf script is best. Then the addr2line hacks are not needed anymore. addr2line was never fully complete, as it couldn't handle shared libraries. However we should make it a new key to not break anything existing. I'll take a look. -Andi -- [email protected] -- Speaking for myself only -- To unsubscribe from this list: send the line "unsubscribe linux-perf-users" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
