summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/srcline.c
Commit message (Expand)AuthorAgeFilesLines
* perf: Make perf able to build with latest libbfdChangbin Du2020-01-301-1/+15
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+1
* perf diff: Print the basic block cycles diffJin Yao2019-07-021-1/+3
* perf tools: Ditch rtrim(), use strim() from tools/libArnaldo Carvalho de Melo2019-07-011-1/+2
* perf report: Don't shadow inlined symbol with different addr rangeHe Kuang2019-02-191-1/+1
* perf callchain: Use cached rbtreesDavidlohr Bueso2019-01-251-18/+25
* perf tools: Support 'srccode' outputAndi Kleen2018-12-171-0/+28
* perf report: Don't crash on invalid inline debug informationMilian Wolff2018-10-161-0/+3
* perf symbols: Store the ELF symbol type in the symbol structArnaldo Carvalho de Melo2018-04-261-0/+1
* perf report: Fix a wrong offset issue when using /proc/kcoreJin Yao2018-01-081-4/+5
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | perf srcline: Show correct function name for srcline of callchainsNamhyung Kim2017-11-011-40/+55
* | perf srcline: Fix memory leak in addr2inlines()Namhyung Kim2017-11-011-5/+2
* | perf report: Cache srclines for callchain nodesMilian Wolff2017-10-251-0/+66
* | perf report: Cache failed lookups of inlined framesMilian Wolff2017-10-251-15/+1
* | perf callchain: Create real callchain entries for inlined framesMilian Wolff2017-10-241-0/+51
* | perf callchain: Refactor inline_list to store srcline string directlyMilian Wolff2017-10-241-14/+40
* | perf callchain: Refactor inline_list to operate on symbolsMilian Wolff2017-10-241-30/+63
|/
* perf srcline: Do not consider empty files as valid srclinesMilian Wolff2017-08-111-0/+6
* perf report: Do not drop last inlined frameMilian Wolff2017-05-241-4/+14
* perf report: Always honor callchain order for inlined nodesMilian Wolff2017-05-241-14/+4
* perf report: Fix memory leak in addr2line when called by addr2inlinesMilian Wolff2017-05-241-10/+13
* perf tools: Move srcline definitions to separate headerArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-191-0/+1
* perf report: Enable sorting by srcline as keyMilian Wolff2017-03-271-3/+8
* perf report: Find the inline stack for a given addressJin Yao2017-03-271-5/+162
* perf report: Refactor common code in srcline.cJin Yao2017-03-271-23/+45
* 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/+1
* 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