aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util/srcline.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-09perf srcline: Add missed addr2line closesIan Rogers1-0/+2
2023-06-15perf srcline: Fix handling of inline functionsIan Rogers1-56/+80
2023-06-14perf srcline: Add a timeout to reading from addr2lineIan Rogers1-2/+8
2023-06-13perf srcline: Make sentinel reading for binutils addr2line more robustIan Rogers1-8/+53
2023-06-13perf srcline: Make addr2line configuration failure more verboseIan Rogers1-13/+21
2023-06-12perf srcline: Optimize comparision against SRCLINE_UNKNOWNArnaldo Carvalho de Melo1-1/+3
2023-06-12perf srcline: Change free_srcline to zfree_srclineIan Rogers1-5/+10
2023-04-04perf srcline: Avoid addr2line SIGPIPEsIan Rogers1-0/+2
2023-04-04perf srcline: Support for llvm-addr2lineIan Rogers1-7/+67
2023-04-04perf srcline: Simplify addr2line subprocessIan Rogers1-65/+38
2023-04-04perf symbol: Add command line support for addr2line pathIan Rogers1-10/+16
2022-12-21perf srcline: Conditionally suppress addr2line warningsNamhyung Kim1-5/+10
2022-12-21perf srcline: Skip srcline if .debug_line is missingNamhyung Kim1-0/+3
2022-12-21perf srcline: Do not return NULL for srclineNamhyung Kim1-1/+1
2021-10-04perf srcline: Use long-running addr2line per DSOTony Garnock-Jones1-88/+250
2020-01-30perf: Make perf able to build with latest libbfdChangbin Du1-1/+15
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-07-02perf diff: Print the basic block cycles diffJin Yao1-1/+3
2019-07-01perf tools: Ditch rtrim(), use strim() from tools/libArnaldo Carvalho de Melo1-1/+2
2019-02-19perf report: Don't shadow inlined symbol with different addr rangeHe Kuang1-1/+1
2019-01-25perf callchain: Use cached rbtreesDavidlohr Bueso1-18/+25
2018-12-17perf tools: Support 'srccode' outputAndi Kleen1-0/+28
2018-10-16perf report: Don't crash on invalid inline debug informationMilian Wolff1-0/+3
2018-04-26perf symbols: Store the ELF symbol type in the symbol structArnaldo Carvalho de Melo1-0/+1
2018-01-08perf report: Fix a wrong offset issue when using /proc/kcoreJin Yao1-4/+5
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-01perf srcline: Show correct function name for srcline of callchainsNamhyung Kim1-40/+55
2017-11-01perf srcline: Fix memory leak in addr2inlines()Namhyung Kim1-5/+2
2017-10-25perf report: Cache srclines for callchain nodesMilian Wolff1-0/+66
2017-10-25perf report: Cache failed lookups of inlined framesMilian Wolff1-15/+1
2017-10-24perf callchain: Create real callchain entries for inlined framesMilian Wolff1-0/+51
2017-10-24perf callchain: Refactor inline_list to store srcline string directlyMilian Wolff1-14/+40
2017-10-24perf callchain: Refactor inline_list to operate on symbolsMilian Wolff1-30/+63
2017-08-11perf srcline: Do not consider empty files as valid srclinesMilian Wolff1-0/+6
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