1. ecda45b perf annotate: Introduce symbol__annotate2 method by Arnaldo Carvalho de Melo · 7 years ago
  2. b8b0d81 perf annotate: Introduce init_column_widths() method out of TUI code by Arnaldo Carvalho de Melo · 7 years ago
  3. 7232bf7 perf annotate: Move update_column_widths() to the generic lib by Arnaldo Carvalho de Melo · 7 years ago
  4. 5bc49f6 perf annotate: Introduce set_offsets() method out of TUI code by Arnaldo Carvalho de Melo · 7 years ago
  5. 0db45bc perf annotate: Move mark_jump_targets from the TUI to the annotation library by Arnaldo Carvalho de Melo · 7 years ago
  6. f56c083 perf annotate: Move compute_ipc() to annotation library by Arnaldo Carvalho de Melo · 7 years ago
  7. 4c9cb2c perf annotate: Use ops->target.name when available for unresolved call targets by Arnaldo Carvalho de Melo · 7 years ago
  8. 6810158 perf annotate: Use asprintf when formatting objdump command line by Arnaldo Carvalho de Melo · 7 years ago
  9. 0b58a77 perf annotate: Fix s390 target function disassembly by Thomas Richter · 7 years ago
  10. 696703a perf annotate: Find 'call' instruction target symbol at parsing time by Arnaldo Carvalho de Melo · 7 years ago
  11. 935f5a9 perf report: Fix a wrong offset issue when using /proc/kcore by Jin Yao · 7 years ago
  12. 4e8fbc1 perf env: Adopt perf_env__arch() from the annotate code by Arnaldo Carvalho de Melo · 7 years ago
  13. 3285deb perf annotate: Use perf_env when obtaining the arch name by Arnaldo Carvalho de Melo · 7 years ago
  14. 5449f13 perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate() by Arnaldo Carvalho de Melo · 7 years ago
  15. 35a8a14 perf annotate: Fix objdump comment parsing for Intel mov dissassembly by Thomas Richter · 7 years ago
  16. 05d3f1a perf tools: Move symbol__calc_percent() call to outside symbol__disassemble() by Jiri Olsa · 7 years ago
  17. 9e4e0a9 perf tools: Change (symbol|annotation)__calc_percent return type to void by Jiri Olsa · 7 years ago
  18. 648388a perf annotate: Do not truncate instruction names at 6 chars by Ravi Bangoria · 7 years ago
  19. f48e7c4 perf annotate: Align source and offset lines by Jiri Olsa · 7 years ago
  20. 29971f9 perf annotate: Factor annotation_line__print from disasm_line__print by Jiri Olsa · 7 years ago
  21. 8f25b81 perf annotate: Add annotation_line__print function by Jiri Olsa · 7 years ago
  22. 81e436a perf annotate: Remove disasm__calc_percent function by Jiri Olsa · 7 years ago
  23. f681d59 perf annotate: Remove disasm__calc_percent() from disasm_line__print() by Jiri Olsa · 7 years ago
  24. 8b4c74d perf annotate: Add symbol__calc_lines function by Jiri Olsa · 7 years ago
  25. 073ae60 perf annotate: Add symbol__calc_percent function by Jiri Olsa · 7 years ago
  26. 7e30455 perf annotate: Add samples into struct annotation_line by Jiri Olsa · 7 years ago
  27. f8eb37b perf annotate: Add annotated_source__purge function by Jiri Olsa · 7 years ago
  28. c835e19 perf annotate: Add annotation_line__(new|delete) functions by Jiri Olsa · 7 years ago
  29. 82b9d7f perf annotate: Add annotation_line__add function by Jiri Olsa · 7 years ago
  30. c4c7243 perf annotate: Add annotation_line__next function by Jiri Olsa · 7 years ago
  31. d03a686 perf annotate: Add evsel into struct annotation_line_args by Jiri Olsa · 7 years ago
  32. 4748834 perf annotate: Add offset/line/line_nr into struct annotate_args by Jiri Olsa · 7 years ago
  33. 1a04db7 perf annotate: Add map into struct annotate_args by Jiri Olsa · 7 years ago
  34. 24fe7b8 perf annotate: Add arch into struct annotate_args by Jiri Olsa · 7 years ago
  35. ea07c5a perf annotate: Add struct annotate_args by Jiri Olsa · 7 years ago
  36. c34df25 perf annotate: Add symbol__annotate function by Jiri Olsa · 7 years ago
  37. d5490b9 perf annotate: Move line/offset into annotation_line struct by Jiri Olsa · 7 years ago
  38. a17c4ca perf annotate: Add annotation_line struct by Jiri Olsa · 7 years ago
  39. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  40. 331c7cb perf symbols: Fix memory corruption because of zero length symbols by Ravi Bangoria · 7 years ago
  41. 696e2457 perf annotate: Remove arch::cpuid_parse callback by Jiri Olsa · 7 years ago
  42. 1ac3937 perf annotate stdio: Support --show-nr-samples option by Taeung Song · 7 years ago
  43. 48cc330 perf annotate: Fix storing per line sym_hist_entry by Arnaldo Carvalho de Melo · 7 years ago
  44. ce9ee4a perf annotate stdio: Set enough columns for --show-total-period by Arnaldo Carvalho de Melo · 7 years ago
  45. 38d2dcd perf annotate stdio: Fix column header when using --show-total-period by Taeung Song · 7 years ago
  46. 585d93c perf annotate stdio: Fix --show-total-period by Taeung Song · 7 years ago
  47. 461c17f perf annotate: Store the sample period in each histogram bucket by Taeung Song · 7 years ago
  48. bab89f6 perf hists: Pass perf_sample to __symbol__inc_addr_samples() by Taeung Song · 7 years ago
  49. 8158683d perf annotate: Rename 'sum' to 'nr_samples' in struct sym_hist by Taeung Song · 7 years ago
  50. 896bccd perf annotate: Introduce struct sym_hist_entry by Taeung Song · 7 years ago
  51. d239699 perf buildid-cache: Cache debuginfo by Krister Johansen · 8 years ago
  52. 7e63a13 perf annotate: Implement visual marker for macro fusion by Jin Yao · 8 years ago
  53. 69fb09f perf annotate: Check for fused instructions by Jin Yao · 8 years ago
  54. dcaa394 perf annotate: Return arch from symbol__disassemble() and save it in browser by Jin Yao · 8 years ago
  55. 3c84fd5 perf annotate: Use dso__decompress_kmodule_path() by Namhyung Kim · 8 years ago
  56. 3619ef7 perf annotate: Fix symbolic link of build-id cache by Namhyung Kim · 8 years ago
  57. b13bbee perf annotate: Fix branch instruction with multiple operands by Kim Phillips · 8 years ago
  58. 7b4500b perf annotate: Fix failure when filename has special chars by Ravi Bangoria · 8 years ago
  59. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  60. a067558 perf tools: Move extra string util functions to util/string2.h by Arnaldo Carvalho de Melo · 8 years ago
  61. 3d689ed perf tools: Move sane ctype stuff from util.h to sane_ctype.h by Arnaldo Carvalho de Melo · 8 years ago
  62. fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
  63. 877a7a1 perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used by Arnaldo Carvalho de Melo · 8 years ago
  64. 986a5bc perf annotate: Use stripped line instead of raw disassemble line by Taeung Song · 8 years ago
  65. 4597cf0 perf annotate: Refactor the code to parse disassemble lines with {l,r}trim() by Taeung Song · 8 years ago
  66. d9f8dfa perf annotate s390: Implement jump types for perf annotate by Christian Borntraeger · 8 years ago
  67. e77852b perf annotate s390: Fix perf annotate error -95 (4.10 regression) by Christian Borntraeger · 8 years ago
  68. 99094a5e perf annotate: Fix missing number of samples for source_line_samples by Taeung Song · 8 years ago
  69. 2e933b1 perf annotate: Fix a bug of division by zero when calculating percent by Taeung Song · 8 years ago
  70. 6ebd254 perf annotate: Fix a bug following symbolic link of a build-id file by Taeung Song · 8 years ago
  71. 5dfa210 perf report: Enable sorting by srcline as key by Milian Wolff · 8 years ago
  72. ed7b339 perf annotate: Add comment clarifying how the source code line is parsed by Arnaldo Carvalho de Melo · 8 years ago
  73. e7cb9de perf annotate: More exactly grep -v of the objdump command by Taeung Song · 8 years ago
  74. bb963e1 perf utils: Check verbose flag properly by Namhyung Kim · 8 years ago
  75. edee44b perf annotate: Don't throw error for zero length symbols by Ravi Bangoria · 8 years ago
  76. e216874 perf annotate: Fix jump target outside of function address range by Ravi Bangoria · 8 years ago
  77. 3ee2eb6 perf annotate: Support jump instruction with target as second operand by Ravi Bangoria · 8 years ago
  78. bec60e5 perf annotate: Show raw form for jump instruction with indirect target by Ravi Bangoria · 8 years ago
  79. 0fcb1da perf annotate: AArch64 support by Kim Phillips · 8 years ago
  80. 859afa6 perf annotate: Use arch->objdump.comment_char in dec__parse() by Kim Phillips · 8 years ago
  81. dbdebdc perf annotate: Initial PowerPC support by Ravi Bangoria · 8 years ago
  82. acc9bfb perf annotate: Improve support for ARM by Arnaldo Carvalho de Melo · 8 years ago
  83. 0781ea9 perf annotate: Allow arches to have a init routine and a priv area by Arnaldo Carvalho de Melo · 8 years ago
  84. 2a1ff81 perf annotate: Introduce alternative method of keeping instructions table by Arnaldo Carvalho de Melo · 8 years ago
  85. 75b4920 perf annotate: Remove duplicate 'name' field from disasm_line by Arnaldo Carvalho de Melo · 8 years ago
  86. 763d896 perf annotate: Add per arch instructions annotate handlers by Arnaldo Carvalho de Melo · 8 years ago
  87. 9c2fb45 perf annotate: Allow arches to specify functions to skip by Arnaldo Carvalho de Melo · 8 years ago
  88. 786c1b5 perf annotate: Start supporting cross arch annotation by Arnaldo Carvalho de Melo · 8 years ago
  89. 5f62d4f perf annotate: Resolve 'call' operands to function names by Arnaldo Carvalho de Melo · 8 years ago
  90. bff5c30 perf annotate: Pass the symbol's map/dso to the instruction parsers by Arnaldo Carvalho de Melo · 8 years ago
  91. 88a7fcf perf annotate: Do not ignore call instruction with indirect target by Ravi Bangoria · 8 years ago
  92. 70fbe05 perf annotate: Add branch stack / basic block by Peter Zijlstra · 8 years ago
  93. be39db9 perf symbols: Remove symbol_filter_t machinery by Arnaldo Carvalho de Melo · 8 years ago
  94. b01141f perf annotate: Initialize the priv are in symbol__new() by Arnaldo Carvalho de Melo · 8 years ago
  95. 05ed3ac perf disassemble: Extract logic to find file to pass to objdump to a separate function by Arnaldo Carvalho de Melo · 8 years ago
  96. 3caee09 perf disassemble: Simplify logic for picking the filename to disassemble by Arnaldo Carvalho de Melo · 8 years ago
  97. c12944f perf disassemble: Move check for kallsyms + !kcore by Arnaldo Carvalho de Melo · 8 years ago
  98. c17c17e perf annotate: Plug filename string leak by Arnaldo Carvalho de Melo · 8 years ago
  99. ee51d85 perf annotate: Introduce strerror for handling symbol__disassemble() errors by Arnaldo Carvalho de Melo · 8 years ago
  100. 5cb725a perf annotate: Rename symbol__annotate() to symbol__disassemble() by Arnaldo Carvalho de Melo · 8 years ago