summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/srcline.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Always use non inlined file name for 'srcfile' sort keyAndi Kleen2015-09-021-5/+24
* perf tools: Support full source file paths for srclineAndi Kleen2015-08-101-1/+5
* perf: Fix building warning on ARM 32Wang Nan2014-12-191-6/+6
* perf callchain: Make get_srcline fall back to sym+offsetAndi Kleen2014-11-241-2/+9
* perf callchain: Enable printing the srcline in the historyAndi Kleen2014-11-241-2/+4
* perf tools: Only print base source file for srclineAndi Kleen2014-11-191-1/+1
* perf tools: Fix build error due to zfree() castNamhyung Kim2014-01-151-2/+2
* perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo2013-12-271-3/+3
* perf symbols: Constify dso->long_nameArnaldo Carvalho de Melo2013-12-101-1/+1
* perf tools: Do not disable source line lookup just because of 1 failureAdrian Hunter2013-12-041-4/+16
* perf symbols: Retain symbol source file name to lookup source line numbersAdrian Hunter2013-12-041-1/+6
* perf symbols: Retain bfd reference to lookup source line numbersAdrian Hunter2013-12-041-6/+30
* perf tools: Use asprintf instead of malloc plus snprintfAdrian Hunter2013-12-041-8/+1Star
* 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