summaryrefslogtreecommitdiff
path: root/tools/perf/util/srcline.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-14perf tools: Fix old GCC build error in 'get_srcline'David Ahern1-2/+2
2013-10-09perf tools: Implement addr2line directly using libbfdRoberto Vitillo1-0/+167
2013-10-09perf tools: Save failed result of get_srcline()Namhyung Kim1-2/+8
2013-10-09perf annotate: Pass dso instead of dso_name to get_srcline()Namhyung Kim1-1/+3
2013-10-09perf tools: Do not try to call addr2line on non-binary filesNamhyung Kim1-2/+9
2013-10-09perf annotate: Factor out get/free_srcline()Namhyung Kim1-0/+83