1. c17c17e perf annotate: Plug filename string leak by Arnaldo Carvalho de Melo · 8 years ago
  2. ee51d85 perf annotate: Introduce strerror for handling symbol__disassemble() errors by Arnaldo Carvalho de Melo · 8 years ago
  3. 5cb725a perf annotate: Rename symbol__annotate() to symbol__disassemble() by Arnaldo Carvalho de Melo · 8 years ago
  4. 9955d0b perf annotate: Use pipe + fork instead of popen by Arnaldo Carvalho de Melo · 8 years ago
  5. 135cce1 perf annotate: Add number of samples to the header by Peter Zijlstra (Intel) · 8 years ago
  6. 53dd9b5 perf annotate: Simplify header dotted line sizing by Peter Zijlstra (Intel) · 8 years ago
  7. 6ef9492 perf annotate: Generalize handling of 'ret' instructions by Naveen N. Rao · 8 years ago
  8. f2f4fe4 perf annotate: Remove unused hist_entry__annotate function by Ravi Bangoria · 8 years ago
  9. 7e4c149 perf annotate: Sort list of recognised instructions by Chris Ryder · 8 years ago
  10. 58c0400 perf annotate: Fix identification of ARM blt and bls instructions by Chris Ryder · 8 years ago
  11. 0a77582 perf symbols: Introduce DSO__NAME_KALLSYMS and DSO__NAME_KCORE by Masami Hiramatsu · 8 years ago
  12. b5d8bbe perf tools: Use SBUILD_ID_SIZE where applicable by Masami Hiramatsu · 8 years ago
  13. 2e0453a perf hists: Move sort__has_sym into struct perf_hpp_list by Jiri Olsa · 8 years ago
  14. cfef25b perf annotate: ARM support by Russell King · 9 years ago
  15. 4a4c03c perf annotate: Support full source file paths for srcline fix by Michael Petlan · 9 years ago
  16. 62ec9b3 perf annotate: Inform the user about objdump failures in --stdio by Andi Kleen · 9 years ago
  17. e3d006c perf annotate: Add debug message for out of bounds sample by Arnaldo Carvalho de Melo · 9 years ago
  18. 133de94 perf tools: /proc/kcore requires CAP_SYS_RAWIO message too noisy by Adrian Hunter · 9 years ago
  19. 3d7245b perf annotate: Fix 32-bit compilation error in util/annotate.c by Adrian Hunter · 9 years ago
  20. d495763 perf report: Add infrastructure for a cycles histogram by Andi Kleen · 9 years ago
  21. 276af92 perf annotate: Rename source_line_percent to source_line_samples by Arnaldo Carvalho de Melo · 9 years ago
  22. 0c4a5bc perf annotate: Display total number of samples with --show-total-period by Martin Liška · 9 years ago
  23. 83be34a perf annotation: Add symbol__get_annotation by Andi Kleen · 9 years ago
  24. 072e5a1 Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh the tree by Ingo Molnar · 10 years ago
  25. 2c7da8c perf annotate: Allow annotation for decompressed kernel modules by Jiri Olsa · 10 years ago
  26. 3995614 perf annotate: Fix fallback to unparsed disassembler line by Arnaldo Carvalho de Melo · 10 years ago
  27. 48000a1 perf tools: Remove EOL whitespaces by Arnaldo Carvalho de Melo · 10 years ago
  28. 0fb9f2a perf annotate: Fix memory leaks in LOCK handling by Rabin Vincent · 10 years ago
  29. be81908 perf annotate: Handle ins parsing failures by Rabin Vincent · 10 years ago
  30. 85c116a perf callchain: Make get_srcline fall back to sym+offset by Andi Kleen · 10 years ago
  31. e592488 perf annotate: Support source line numbers in annotate by Andi Kleen · 10 years ago
  32. ee20550 perf tools: Fix annotation with kcore by Adrian Hunter · 10 years ago
  33. 2c241bd perf symbols: Make sym->end be the first address after the symbol range by Arnaldo Carvalho de Melo · 10 years ago
  34. 1e2bb04 perf annotate: Don't truncate Intel style addresses by Alex Converse · 10 years ago
  35. 972f393 perf symbols: Make sure --symfs usage includes the path separator by Arnaldo Carvalho de Melo · 10 years ago
  36. 9cdbadce perf annotate: Print the evsel name in the stdio output by Arnaldo Carvalho de Melo · 11 years ago
  37. 48c65bd perf annotate: Check availability of annotate when processing samples by Namhyung Kim · 11 years ago
  38. 74cf249 perf tools: Use zfree to help detect use after free bugs by Arnaldo Carvalho de Melo · 11 years ago
  39. 0466252 perf tools: Introduce zfree by Arnaldo Carvalho de Melo · 11 years ago
  40. 44e8303 perf annotate: Make symbol__inc_addr_samples private by Arnaldo Carvalho de Melo · 11 years ago
  41. f626adf perf annotate: Adopt methods from hists by Arnaldo Carvalho de Melo · 11 years ago
  42. 0f4e7a2 perf annotate: Add inc_samples method to addr_map_symbol by Arnaldo Carvalho de Melo · 11 years ago
  43. b66d8c0 perf annotate: Auto allocate symbol per addr hist buckets by Arnaldo Carvalho de Melo · 11 years ago
  44. bf4414a perf symbols: Constify dso->long_name by Arnaldo Carvalho de Melo · 11 years ago
  45. 6e427ab perf annotate: Find kcore symbols on other maps by Adrian Hunter · 11 years ago
  46. afba19d perf symbols: Workaround objdump difficulties with kcore by Adrian Hunter · 11 years ago
  47. 86c98ca perf annotate: Pass dso instead of dso_name to get_srcline() by Namhyung Kim · 11 years ago
  48. f048d54 perf annotate: Factor out get/free_srcline() by Namhyung Kim · 11 years ago
  49. 89da393 perf annotate: Reuse path from the result of addr2line by Namhyung Kim · 11 years ago
  50. 886b37b perf annotate: Fix objdump line parsing offset validation by Adrian Hunter · 11 years ago
  51. b178170 perf annotate: Add call target name if it is missing by Adrian Hunter · 11 years ago
  52. 484a5e7 perf annotate: Remove nop at end of annotation by Adrian Hunter · 11 years ago
  53. bbb7f84 perf annotate: Allow disassembly using /proc/kcore by Adrian Hunter · 11 years ago
  54. e64aa75 perf annotate browser: Use disasm__calc_percent() by Namhyung Kim · 12 years ago
  55. 1491c22 perf annotate: Support event group view for --print-line by Namhyung Kim · 12 years ago
  56. c5a8368 perf annotate: Factor out struct source_line_percent by Namhyung Kim · 12 years ago
  57. 759ff49 perf evsel: Introduce perf_evsel__is_group_event() helper by Namhyung Kim · 12 years ago
  58. b1dd443 perf annotate: Add basic support to event group view by Namhyung Kim · 12 years ago
  59. bd64fcb perf annotate: Cleanup disasm__calc_percent() by Namhyung Kim · 12 years ago
  60. e5ccf9f perf annotate: Factor out disasm__calc_percent() by Namhyung Kim · 12 years ago
  61. 3aec150 perf annotate: Add a comment on the symbol__parse_objdump_line() by Namhyung Kim · 12 years ago
  62. db8fd07 perf annotate: Pass evsel instead of evidx on annotation functions by Namhyung Kim · 12 years ago
  63. e3a3402 perf annotate: Fix warning message on a missing vmlinux by Namhyung Kim · 12 years ago
  64. 4112796 perf annotate: Merge same lines in summary view by Namhyung Kim · 12 years ago
  65. 2ba34aa perf annotate: Whitespace fixups by Namhyung Kim · 12 years ago
  66. ffadcf0 perf annotate: Handle XBEGIN like a jump by Andi Kleen · 12 years ago
  67. 4383db8 perf tools: Move BUILD_ID_SIZE into build-id object by Jiri Olsa · 12 years ago
  68. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  69. bfd14b9 perf annotate: Make a copy of filename for passing to basename by David Ahern · 12 years ago
  70. 7a4ec93 perf tools: Allow user to indicate path to objdump in command line by Maciek Borzecki · 12 years ago
  71. 8696329 perf annotate: Prevent overflow in size calculation by Cody Schafer · 12 years ago
  72. 44f24cb perf symbols: Factor DSO symtab types to generic binary types by Jiri Olsa · 12 years ago
  73. c46219ac perf annotate: Introduce ->free() method in ins_ops by Arnaldo Carvalho de Melo · 12 years ago
  74. 7a997fe perf annotate: Augment lock instruction output by Arnaldo Carvalho de Melo · 12 years ago
  75. a43712c perf annotate: Resolve symbols using objdump comment for single op ins by Arnaldo Carvalho de Melo · 12 years ago
  76. 6de783b perf annotate: Resolve symbols using objdump comment by Arnaldo Carvalho de Melo · 12 years ago
  77. e8ea156 perf annotate: Use raw form for register indirect call instructions by Arnaldo Carvalho de Melo · 12 years ago
  78. b9818e9 perf annotate browser: Compact 'nop' output by Arnaldo Carvalho de Melo · 12 years ago
  79. 5417072 perf annotate browser: Do raw printing in 'o'ffset in a single place by Arnaldo Carvalho de Melo · 12 years ago
  80. fb29fa5 perf annotate: Mark jump instructions with no offset by Arnaldo Carvalho de Melo · 12 years ago
  81. 44d1a3e perf annotate: Disambiguage offsets and addresses in operands by Arnaldo Carvalho de Melo · 12 years ago
  82. d223288 perf annotate browser: Suppress the callq address by Arnaldo Carvalho de Melo · 12 years ago
  83. c7e6ead perf annotate: Group operands members by Arnaldo Carvalho de Melo · 12 years ago
  84. 3f862fd perf annotate: Add missing jump variants by Arnaldo Carvalho de Melo · 12 years ago
  85. 1b2e2df perf symbols: Introduce symbol__size method by Arnaldo Carvalho de Melo · 12 years ago
  86. 28548d7 perf annotate: Introduce scnprintf ins_ops method by Arnaldo Carvalho de Melo · 12 years ago
  87. d86b059 perf annotate: Parse call targets earlier by Arnaldo Carvalho de Melo · 12 years ago
  88. 4f9d032 perf annotate: Disassembler instruction parsing by Arnaldo Carvalho de Melo · 12 years ago
  89. 5145418 perf annotate: Parse instruction by Arnaldo Carvalho de Melo · 12 years ago
  90. 29ed6e7 perf annotate: Rename objdump_line to disasm_line by Arnaldo Carvalho de Melo · 12 years ago
  91. a31b7cc perf annotate: Fix a build error by Namhyung Kim · 12 years ago
  92. 058b4cc perf annotate: Allow printing objdump line addr in different color by Arnaldo Carvalho de Melo · 12 years ago
  93. 31d68e7 perf annotate: Validate addr in symbol__inc_addr_samples by Arnaldo Carvalho de Melo · 13 years ago
  94. 8b84a56 perf annotate: Fix hist decay by Arnaldo Carvalho de Melo · 12 years ago
  95. 64c17be perf annotate: Fix off by one symbol hist size allocation and hit accounting by Arnaldo Carvalho de Melo · 13 years ago
  96. f40a063 perf annotate: addr2line wants addresses in same format as objdump by David Miller · 13 years ago
  97. ff2a661 perf annotate: Add missing newline on error message by Namhyung Kim · 13 years ago
  98. f41612f perf tools: Fix truncated annotation by Ingo Molnar · 13 years ago
  99. d04b35f perf symbols: Add nr_events to symbol_conf by Arnaldo Carvalho de Melo · 13 years ago
  100. ae55795 perf ui: Reimplement the popup windows using libslang by Arnaldo Carvalho de Melo · 13 years ago