summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/srcline.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Fix old GCC build error in 'get_srcline'David Ahern2013-10-141-2/+2
* perf tools: Implement addr2line directly using libbfdRoberto Vitillo2013-10-091-0/+167
* perf tools: Save failed result of get_srcline()Namhyung Kim2013-10-091-2/+8
* perf annotate: Pass dso instead of dso_name to get_srcline()Namhyung Kim2013-10-091-1/+3
* perf tools: Do not try to call addr2line on non-binary filesNamhyung Kim2013-10-091-2/+9
* perf annotate: Factor out get/free_srcline()Namhyung Kim2013-10-091-0/+83