Age | Commit message (Expand) | Author | Files | Lines |
2020-01-30 | perf: Make perf able to build with latest libbfd | Changbin Du | 1 | -1/+15 |
2019-07-09 | tools lib: Adopt zalloc()/zfree() from tools/perf | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2019-07-02 | perf diff: Print the basic block cycles diff | Jin Yao | 1 | -1/+3 |
2019-07-02 | perf tools: Ditch rtrim(), use strim() from tools/lib | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2019-02-19 | perf report: Don't shadow inlined symbol with different addr range | He Kuang | 1 | -1/+1 |
2019-01-25 | perf callchain: Use cached rbtrees | Davidlohr Bueso | 1 | -18/+25 |
2018-12-17 | perf tools: Support 'srccode' output | Andi Kleen | 1 | -0/+28 |
2018-10-16 | perf report: Don't crash on invalid inline debug information | Milian Wolff | 1 | -0/+3 |
2018-04-26 | perf symbols: Store the ELF symbol type in the symbol struct | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2018-01-08 | perf report: Fix a wrong offset issue when using /proc/kcore | Jin Yao | 1 | -4/+5 |
2017-11-07 | Merge branch 'linus' into perf/core, to fix conflicts | Ingo Molnar | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-11-01 | perf srcline: Show correct function name for srcline of callchains | Namhyung Kim | 1 | -40/+55 |
2017-11-01 | perf srcline: Fix memory leak in addr2inlines() | Namhyung Kim | 1 | -5/+2 |
2017-10-25 | perf report: Cache srclines for callchain nodes | Milian Wolff | 1 | -0/+66 |
2017-10-25 | perf report: Cache failed lookups of inlined frames | Milian Wolff | 1 | -15/+1 |
2017-10-24 | perf callchain: Create real callchain entries for inlined frames | Milian Wolff | 1 | -0/+51 |
2017-10-24 | perf callchain: Refactor inline_list to store srcline string directly | Milian Wolff | 1 | -14/+40 |
2017-10-24 | perf callchain: Refactor inline_list to operate on symbols | Milian Wolff | 1 | -30/+63 |
2017-08-11 | perf srcline: Do not consider empty files as valid srclines | Milian Wolff | 1 | -0/+6 |
2017-05-24 | perf report: Do not drop last inlined frame | Milian Wolff | 1 | -4/+14 |
2017-05-24 | perf report: Always honor callchain order for inlined nodes | Milian Wolff | 1 | -14/+4 |
2017-05-24 | perf report: Fix memory leak in addr2line when called by addr2inlines | Milian Wolff | 1 | -10/+13 |
2017-04-19 | perf tools: Move srcline definitions to separate header | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2017-04-19 | perf tools: Including missing inttypes.h header | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2017-03-27 | perf report: Enable sorting by srcline as key | Milian Wolff | 1 | -3/+8 |
2017-03-27 | perf report: Find the inline stack for a given address | Jin Yao | 1 | -5/+162 |
2017-03-27 | perf report: Refactor common code in srcline.c | Jin Yao | 1 | -23/+45 |
2015-09-02 | perf tools: Always use non inlined file name for 'srcfile' sort key | Andi Kleen | 1 | -5/+24 |
2015-08-10 | perf tools: Support full source file paths for srcline | Andi Kleen | 1 | -1/+5 |
2014-12-19 | perf: Fix building warning on ARM 32 | Wang Nan | 1 | -6/+6 |
2014-11-25 | perf callchain: Make get_srcline fall back to sym+offset | Andi Kleen | 1 | -2/+9 |
2014-11-25 | perf callchain: Enable printing the srcline in the history | Andi Kleen | 1 | -2/+4 |
2014-11-19 | perf tools: Only print base source file for srcline | Andi Kleen | 1 | -1/+1 |
2014-01-15 | perf tools: Fix build error due to zfree() cast | Namhyung Kim | 1 | -2/+2 |
2013-12-28 | perf tools: Use zfree to help detect use after free bugs | Arnaldo Carvalho de Melo | 1 | -3/+3 |
2013-12-10 | perf symbols: Constify dso->long_name | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2013-12-04 | perf tools: Do not disable source line lookup just because of 1 failure | Adrian Hunter | 1 | -4/+16 |
2013-12-04 | perf symbols: Retain symbol source file name to lookup source line numbers | Adrian Hunter | 1 | -1/+6 |
2013-12-04 | perf symbols: Retain bfd reference to lookup source line numbers | Adrian Hunter | 1 | -6/+30 |
2013-12-04 | perf tools: Use asprintf instead of malloc plus snprintf | Adrian Hunter | 1 | -8/+1 |
2013-10-14 | perf tools: Fix old GCC build error in 'get_srcline' | David Ahern | 1 | -2/+2 |
2013-10-09 | perf tools: Implement addr2line directly using libbfd | Roberto Vitillo | 1 | -0/+167 |
2013-10-09 | perf tools: Save failed result of get_srcline() | Namhyung Kim | 1 | -2/+8 |
2013-10-09 | perf annotate: Pass dso instead of dso_name to get_srcline() | Namhyung Kim | 1 | -1/+3 |
2013-10-09 | perf tools: Do not try to call addr2line on non-binary files | Namhyung Kim | 1 | -2/+9 |
2013-10-09 | perf annotate: Factor out get/free_srcline() | Namhyung Kim | 1 | -0/+83 |