1. dd2e18e perf tools: Support 'srccode' output by Andi Kleen · 6 years ago
  2. d4046e8 perf report: Don't crash on invalid inline debug information by Milian Wolff · 6 years ago
  3. af30bff perf symbols: Store the ELF symbol type in the symbol struct by Arnaldo Carvalho de Melo · 7 years ago
  4. 935f5a9 perf report: Fix a wrong offset issue when using /proc/kcore by Jin Yao · 7 years ago
  5. 15bcdc94 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  6. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  7. 7285cf3 perf srcline: Show correct function name for srcline of callchains by Namhyung Kim · 7 years ago
  8. b7b75a6 perf srcline: Fix memory leak in addr2inlines() by Namhyung Kim · 7 years ago
  9. 21ac9d5 perf report: Cache srclines for callchain nodes by Milian Wolff · 7 years ago
  10. b38775c perf report: Cache failed lookups of inlined frames by Milian Wolff · 7 years ago
  11. 11ea251 perf callchain: Create real callchain entries for inlined frames by Milian Wolff · 7 years ago
  12. 2be8832 perf callchain: Refactor inline_list to store srcline string directly by Milian Wolff · 7 years ago
  13. fea0cf8 perf callchain: Refactor inline_list to operate on symbols by Milian Wolff · 7 years ago
  14. d964b1c perf srcline: Do not consider empty files as valid srclines by Milian Wolff · 8 years ago
  15. 4d53b9d perf report: Do not drop last inlined frame by Milian Wolff · 8 years ago
  16. 28071f5 perf report: Always honor callchain order for inlined nodes by Milian Wolff · 8 years ago
  17. b21cc97 perf report: Fix memory leak in addr2line when called by addr2inlines by Milian Wolff · 8 years ago
  18. 632a5ca perf tools: Move srcline definitions to separate header by Arnaldo Carvalho de Melo · 8 years ago
  19. fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
  20. 5dfa210 perf report: Enable sorting by srcline as key by Milian Wolff · 8 years ago
  21. a64489c perf report: Find the inline stack for a given address by Jin Yao · 8 years ago
  22. 5580338 perf report: Refactor common code in srcline.c by Jin Yao · 8 years ago
  23. 2f84b42 perf tools: Always use non inlined file name for 'srcfile' sort key by Andi Kleen · 9 years ago
  24. a9710ba perf tools: Support full source file paths for srcline by Andi Kleen · 10 years ago
  25. ac931f87 perf: Fix building warning on ARM 32 by Wang Nan · 10 years ago
  26. 85c116a perf callchain: Make get_srcline fall back to sym+offset by Andi Kleen · 10 years ago
  27. 23f0981 perf callchain: Enable printing the srcline in the history by Andi Kleen · 10 years ago
  28. 2de2176 perf tools: Only print base source file for srcline by Andi Kleen · 10 years ago
  29. 7d16c63 perf tools: Fix build error due to zfree() cast by Namhyung Kim · 11 years ago
  30. 74cf249 perf tools: Use zfree to help detect use after free bugs by Arnaldo Carvalho de Melo · 11 years ago
  31. bf4414a perf symbols: Constify dso->long_name by Arnaldo Carvalho de Melo · 11 years ago
  32. 906049c8 perf tools: Do not disable source line lookup just because of 1 failure by Adrian Hunter · 11 years ago
  33. 0058aef perf symbols: Retain symbol source file name to lookup source line numbers by Adrian Hunter · 11 years ago
  34. 454ff00 perf symbols: Retain bfd reference to lookup source line numbers by Adrian Hunter · 11 years ago
  35. d88938e perf tools: Use asprintf instead of malloc plus snprintf by Adrian Hunter · 11 years ago
  36. a949fff perf tools: Fix old GCC build error in 'get_srcline' by David Ahern · 11 years ago
  37. 2f48fcd perf tools: Implement addr2line directly using libbfd by Roberto Vitillo · 11 years ago
  38. 2cc9d0e perf tools: Save failed result of get_srcline() by Namhyung Kim · 11 years ago
  39. 86c98ca perf annotate: Pass dso instead of dso_name to get_srcline() by Namhyung Kim · 11 years ago
  40. 58d91a0 perf tools: Do not try to call addr2line on non-binary files by Namhyung Kim · 11 years ago
  41. f048d54 perf annotate: Factor out get/free_srcline() by Namhyung Kim · 11 years ago