aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/srcline.c
AgeCommit message (Expand)Author
2015-09-02perf tools: Always use non inlined file name for 'srcfile' sort keyAndi Kleen
2015-08-10perf tools: Support full source file paths for srclineAndi Kleen
2014-12-19perf: Fix building warning on ARM 32Wang Nan
2014-11-24perf callchain: Make get_srcline fall back to sym+offsetAndi Kleen
2014-11-24perf callchain: Enable printing the srcline in the historyAndi Kleen
2014-11-19perf tools: Only print base source file for srclineAndi Kleen
2014-01-15perf tools: Fix build error due to zfree() castNamhyung Kim
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo
2013-12-10perf symbols: Constify dso->long_nameArnaldo Carvalho de Melo
2013-12-04perf tools: Do not disable source line lookup just because of 1 failureAdrian Hunter
2013-12-04perf symbols: Retain symbol source file name to lookup source line numbersAdrian Hunter
2013-12-04perf symbols: Retain bfd reference to lookup source line numbersAdrian Hunter
2013-12-04perf tools: Use asprintf instead of malloc plus snprintfAdrian Hunter
2013-10-14perf tools: Fix old GCC build error in 'get_srcline'David Ahern
2013-10-09perf tools: Implement addr2line directly using libbfdRoberto Vitillo
2013-10-09perf tools: Save failed result of get_srcline()Namhyung Kim
2013-10-09perf annotate: Pass dso instead of dso_name to get_srcline()Namhyung Kim
2013-10-09perf tools: Do not try to call addr2line on non-binary filesNamhyung Kim
2013-10-09perf annotate: Factor out get/free_srcline()Namhyung Kim