Hi lhmaster, On Wed, 7 May 2014 14:55:05 -0300, lhmaster wrote: > Thank you for the info. > > I researched a bit and found that srcline uses addr2line capabilities > to map memory addressed into source lines. Nevertheless, as I invoke > > $ perf report -s srcline, sys > > only the original mem addresses are printed. Should I pass some > special parameter for perf record to make it work?
Nope. But you need to make sure that your binary was built with debuginfo and the binutils is available on your system. Thanks, Namhyung -- To unsubscribe from this list: send the line "unsubscribe linux-perf-users" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html