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