aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/srcline.c
Commit message (Expand)AuthorAge
* perf tools: Fix build error due to zfree() castNamhyung Kim2014-01-15
* perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo2013-12-27
* perf symbols: Constify dso->long_nameArnaldo Carvalho de Melo2013-12-10
* perf tools: Do not disable source line lookup just because of 1 failureAdrian Hunter2013-12-04
* perf symbols: Retain symbol source file name to lookup source line numbersAdrian Hunter2013-12-04
* perf symbols: Retain bfd reference to lookup source line numbersAdrian Hunter2013-12-04
* perf tools: Use asprintf instead of malloc plus snprintfAdrian Hunter2013-12-04
* perf tools: Fix old GCC build error in 'get_srcline'David Ahern2013-10-14
* perf tools: Implement addr2line directly using libbfdRoberto Vitillo2013-10-09
* perf tools: Save failed result of get_srcline()Namhyung Kim2013-10-09
* perf annotate: Pass dso instead of dso_name to get_srcline()Namhyung Kim2013-10-09
* perf tools: Do not try to call addr2line on non-binary filesNamhyung Kim2013-10-09
* perf annotate: Factor out get/free_srcline()Namhyung Kim2013-10-09