aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util/srcline.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-24perf report: Do not drop last inlined frameMilian Wolff1-4/+14
2017-05-24perf report: Always honor callchain order for inlined nodesMilian Wolff1-14/+4
2017-05-24perf report: Fix memory leak in addr2line when called by addr2inlinesMilian Wolff1-10/+13
2017-04-19perf tools: Move srcline definitions to separate headerArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-03-27perf report: Enable sorting by srcline as keyMilian Wolff1-3/+8
2017-03-27perf report: Find the inline stack for a given addressJin Yao1-5/+162
2017-03-27perf report: Refactor common code in srcline.cJin Yao1-23/+45
2015-09-02perf tools: Always use non inlined file name for 'srcfile' sort keyAndi Kleen1-5/+24
2015-08-10perf tools: Support full source file paths for srclineAndi Kleen1-1/+5
2014-12-19perf: Fix building warning on ARM 32Wang Nan1-6/+6
2014-11-24perf callchain: Make get_srcline fall back to sym+offsetAndi Kleen1-2/+9
2014-11-24perf callchain: Enable printing the srcline in the historyAndi Kleen1-2/+4
2014-11-19perf tools: Only print base source file for srclineAndi Kleen1-1/+1
2014-01-15perf tools: Fix build error due to zfree() castNamhyung Kim1-2/+2
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo1-3/+3
2013-12-10perf symbols: Constify dso->long_nameArnaldo Carvalho de Melo1-1/+1
2013-12-04perf tools: Do not disable source line lookup just because of 1 failureAdrian Hunter1-4/+16
2013-12-04perf symbols: Retain symbol source file name to lookup source line numbersAdrian Hunter1-1/+6
2013-12-04perf symbols: Retain bfd reference to lookup source line numbersAdrian Hunter1-6/+30
2013-12-04perf tools: Use asprintf instead of malloc plus snprintfAdrian Hunter1-8/+1
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