| Commit message (Expand) | Author | Age | Files | Lines |
* | perf: Fix building warning on ARM 32 | Wang Nan | 2014-12-19 | 1 | -6/+6 |
* | perf callchain: Make get_srcline fall back to sym+offset | Andi Kleen | 2014-11-24 | 1 | -2/+9 |
* | perf callchain: Enable printing the srcline in the history | Andi Kleen | 2014-11-24 | 1 | -2/+4 |
* | perf tools: Only print base source file for srcline | Andi Kleen | 2014-11-19 | 1 | -1/+1 |
* | perf tools: Fix build error due to zfree() cast | Namhyung Kim | 2014-01-15 | 1 | -2/+2 |
* | perf tools: Use zfree to help detect use after free bugs | Arnaldo Carvalho de Melo | 2013-12-27 | 1 | -3/+3 |
* | perf symbols: Constify dso->long_name | Arnaldo Carvalho de Melo | 2013-12-10 | 1 | -1/+1 |
* | perf tools: Do not disable source line lookup just because of 1 failure | Adrian Hunter | 2013-12-04 | 1 | -4/+16 |
* | perf symbols: Retain symbol source file name to lookup source line numbers | Adrian Hunter | 2013-12-04 | 1 | -1/+6 |
* | perf symbols: Retain bfd reference to lookup source line numbers | Adrian Hunter | 2013-12-04 | 1 | -6/+30 |
* | perf tools: Use asprintf instead of malloc plus snprintf | Adrian Hunter | 2013-12-04 | 1 | -8/+1 |
* | perf tools: Fix old GCC build error in 'get_srcline' | David Ahern | 2013-10-14 | 1 | -2/+2 |
* | perf tools: Implement addr2line directly using libbfd | Roberto Vitillo | 2013-10-09 | 1 | -0/+167 |
* | perf tools: Save failed result of get_srcline() | Namhyung Kim | 2013-10-09 | 1 | -2/+8 |
* | perf annotate: Pass dso instead of dso_name to get_srcline() | Namhyung Kim | 2013-10-09 | 1 | -1/+3 |
* | perf tools: Do not try to call addr2line on non-binary files | Namhyung Kim | 2013-10-09 | 1 | -2/+9 |
* | perf annotate: Factor out get/free_srcline() | Namhyung Kim | 2013-10-09 | 1 | -0/+83 |