1. a663520 perf annotate: Set error stream of objdump process for TUI by Namhyung Kim · 2 years, 11 months ago
  2. 4f74f18 perf symbols: Factor out annotation init/exit by Ian Rogers · 3 years, 2 months ago
  3. 4270456 perf symbols: Bit pack to save a byte by Ian Rogers · 3 years, 2 months ago
  4. 6ac22d0 perf bpf: Pull in bpf_program__get_prog_info_linear() by Dave Marchevsky · 3 years, 3 months ago
  5. 0ba37e0 perf annotate: Add riscv64 support by William Cohen · 3 years, 3 months ago
  6. 3149733 perf annotate: Add fusion logic for AMD microarchs by Ravi Bangoria · 3 years, 4 months ago
  7. 298105b perf bpf: Fix memory leaks relating to BTF. by Ian Rogers · 3 years, 4 months ago
  8. 243c3a3 perf annotate: Add disassembly warnings for annotate --stdio by James Clark · 3 years, 5 months ago
  9. c4db54b perf annotate: Add error log in symbol__annotate() by Li Huafei · 3 years, 5 months ago
  10. 38fe0e0 libperf: Move 'idx' from tools/perf to perf_evsel::idx by Jiri Olsa · 3 years, 6 months ago
  11. f89a82a perf annotate: Add line number like in TUI and source location at EOL by Martin Liška · 3 years, 10 months ago
  12. 2777b81 perf annotate: Show full source location with 'l' hotkey by Martin Liska · 3 years, 11 months ago
  13. 44e1765 perf config: Add annotate.demangle{,_kernel} by Martin Liska · 3 years, 10 months ago
  14. 1f0e6ed perf annotate: Fix jump parsing for C++ code. by Martin Liška · 3 years, 11 months ago
  15. 20e88c60 perf annotate: Move bpf header inclusion to inside HAVE_LIBBPF_SUPPORT by Arnaldo Carvalho de Melo · 4 years, 2 months ago
  16. a701d28 perf annotate mips: Add perf arch instructions annotate handlers by Dengcheng Zhu · 4 years, 2 months ago
  17. bf54116 perf tools: Pass build_id object to build_id__sprintf() by Jiri Olsa · 4 years, 3 months ago
  18. 0aba7f0 perf tools: Use build_id object in dso by Jiri Olsa · 4 years, 3 months ago
  19. bbe5446 perf annotate: Allow configuring the 'disassembler_style' knob via 'perf config' by Arnaldo Carvalho de Melo · 4 years, 4 months ago
  20. b39730a perf annotate: Fix non-null terminated buffer returned by readlink() by Numfor Mbiziwo-Tiapo · 5 years ago
  21. 3e9b26d perf tools: Remove some duplicated includes by Tiezhu Yang · 4 years, 7 months ago
  22. 6e6d1d6 perf evsel: Rename perf_evsel__env() to evsel__env() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  23. c754c38 perf evsel: Rename perf_evsel__is_*() to evsel__is*() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  24. 347c751 perf evsel: Rename perf_evsel__group_desc() to evsel__group_desc() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  25. 8ab2e96 perf evsel: Rename *perf_evsel__*name() to *evsel__*name() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  26. 3c29d44 perf annotate: Add basic support for bpf_image by Jiri Olsa · 4 years, 10 months ago
  27. dabce16b perf annotate: Get rid of annotation->nr_jumps by Ravi Bangoria · 5 years ago
  28. e0560ba perf annotate: Fix segfault with source toggle by Ravi Bangoria · 5 years ago
  29. d3c0314 perf annotate: Align struct annotate_args by Ravi Bangoria · 5 years ago
  30. 2316f86 perf annotate: Simplify disasm_line allocation and freeing code by Ravi Bangoria · 5 years ago
  31. e0ad4d6 perf annotate: Remove privsize from symbol__annotate() args by Ravi Bangoria · 5 years ago
  32. 7384083 perf annotate: Make perf config effective by Ravi Bangoria · 4 years, 11 months ago
  33. 46ccb44 perf annotate: Fix --show-nr-samples for tui/stdio2 by Ravi Bangoria · 4 years, 11 months ago
  34. 68aac85 perf annotate: Fix --show-total-period for tui/stdio2 by Ravi Bangoria · 4 years, 11 months ago
  35. 3b0b16bf perf tools: Support --prefix/--prefix-strip by Andi Kleen · 5 years ago
  36. c54d241 perf maps: Rename map_groups.h to maps.h by Arnaldo Carvalho de Melo · 5 years ago
  37. f2eaea0 perf map_symbol: Rename ms->mg to ms->maps by Arnaldo Carvalho de Melo · 5 years ago
  38. 79b6bb7 perf maps: Merge 'struct maps' with 'struct map_groups' by Arnaldo Carvalho de Melo · 5 years ago
  39. 94e44b9 perf annotate: Stop using map->groups, use map_symbol->mg instead by Arnaldo Carvalho de Melo · 5 years ago
  40. d46a4cd pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol' by Arnaldo Carvalho de Melo · 5 years ago
  41. 2975489 perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 'symbol' pointers by Arnaldo Carvalho de Melo · 5 years ago
  42. 9d355b3 perf map_groups: Pass the object to map_groups__find_ams() by Arnaldo Carvalho de Melo · 5 years ago
  43. 5c65b1c perf annotate: Fix heap overflow by Ian Rogers · 5 years ago
  44. 27a0a90 Merge tag 'perf-core-for-mingo-5.5-20191021' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 5 years ago
  45. aa7a7b7 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 5 years ago
  46. f948eb4 perf annotate: Fix multiple memory and file descriptor leaks by Gustavo A. R. Silva · 5 years ago
  47. c5baf90 perf annotate: Fix objdump --no-show-raw-insn flag by Ian Rogers · 5 years ago
  48. b34b45e perf annotate: Don't pipe objdump output through 'expand' command by Ian Rogers · 5 years ago
  49. 7a675de perf annotate: Don't pipe objdump output through 'grep' command by Ian Rogers · 5 years ago
  50. 4235949 perf annotate: Use libsubcmd's run-command.h to fork objdump by Ian Rogers · 5 years ago
  51. 353dcaa perf annotate: Avoid reallocation in objdump parsing by Ian Rogers · 5 years ago
  52. cebf7d5 perf diff: Report noisy for cycles diff by Jin Yao · 5 years ago
  53. 11aad89 perf annotate: Don't return -1 for error when doing BPF disassembly by Arnaldo Carvalho de Melo · 5 years ago
  54. 16ed3c1 perf annotate: Return appropriate error code for allocation failures by Arnaldo Carvalho de Melo · 5 years ago
  55. 42d7a91 perf annotate: Fix arch specific ->init() failure errors by Arnaldo Carvalho de Melo · 5 years ago
  56. 211f493 perf annotate: Propagate the symbol__annotate() error return by Arnaldo Carvalho de Melo · 5 years ago
  57. 28f4417 perf annotate: Fix the signedness of failure returns by Arnaldo Carvalho de Melo · 5 years ago
  58. a66fa06 perf annotate: Propagate perf_env__arch() error by Arnaldo Carvalho de Melo · 5 years ago
  59. 252a2fd perf tools: Replace needless mmap.h with what is needed, event.h by Arnaldo Carvalho de Melo · 5 years ago
  60. e0fcfb0 perf evlist: Adopt backwards ring buffer state enum by Arnaldo Carvalho de Melo · 5 years ago
  61. fb71c86c perf tools: Remove util.h from where it is not needed by Arnaldo Carvalho de Melo · 5 years ago
  62. f2a39fe perf auxtrace: Uninline functions that touch perf_session by Arnaldo Carvalho de Melo · 5 years ago
  63. fa0d984 perf tools: Remove needless evlist.h include directives by Arnaldo Carvalho de Melo · 5 years ago
  64. fac583f perf dso: Adopt DSO related macros from symbol.h by Arnaldo Carvalho de Melo · 5 years ago
  65. 97b9d86 perf srcline: Add missing srcline.h header to files needing its defs by Arnaldo Carvalho de Melo · 5 years ago
  66. 272172b Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 5 years ago
  67. 8512777 perf annotate: Fix printing of unaugmented disassembled instructions from BPF by Arnaldo Carvalho de Melo · 5 years ago
  68. 5643b1a libperf: Move nr_members from perf's evsel to libperf's perf_evsel by Jiri Olsa · 5 years ago
  69. 6484d2f libperf: Add nr_entries to struct perf_evlist by Jiri Olsa · 5 years ago
  70. 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 5 years ago
  71. e56fbc9 perf tools: Use list_del_init() more thorougly by Arnaldo Carvalho de Melo · 5 years ago
  72. d8f9da2 perf tools: Use zfree() where applicable by Arnaldo Carvalho de Melo · 5 years ago
  73. 600c787 perf annotate: Fix dereferencing freed memory found by the smatch tool by Leo Yan · 5 years ago
  74. aa23aa5 perf annotate: Add csky support by Mao Han · 6 years ago
  75. 13c230a perf tools: Ditch rtrim(), use strim() from tools/lib by Arnaldo Carvalho de Melo · 6 years ago
  76. 3285848 perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernel by Arnaldo Carvalho de Melo · 6 years ago
  77. 3052ba5 tools perf: Move from sane_ctype.h obtained from git to the Linux's original by Arnaldo Carvalho de Melo · 6 years ago
  78. 3ce5ace Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 6 years ago
  79. 8a07aa4 perf report: Fix OOM error in TUI mode on s390 by Thomas Richter · 6 years ago
  80. 9100704 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251 by Thomas Gleixner · 6 years ago
  81. bdd1666 perf annotate: Remove hist__account_cycles() from callback by Jin Yao · 6 years ago
  82. 01e985e perf annotate: Fix build on 32 bit for BPF annotation by Thadeu Lima de Souza Cascardo · 6 years ago
  83. 6987561 perf annotate: Enable annotation of BPF programs by Song Liu · 6 years ago
  84. bc3bb79 perf annotate: Calculate the max instruction name, align column to that by Arnaldo Carvalho de Melo · 6 years ago
  85. 11db1ad perf annotate: Fix getting source line failure by Wei Li · 6 years ago
  86. 1101f69 pref tools: Add missing map.h includes by Arnaldo Carvalho de Melo · 6 years ago
  87. 68c0188 perf symbols: Remove some unnecessary includes from symbol.h by Arnaldo Carvalho de Melo · 6 years ago
  88. 442b4eb perf annotate: Pass filename to objdump via execl by Ivan Krylov · 6 years ago
  89. 6d99a79 perf annotate: Introduce basic support for ARC by Eugeniy Paltsev · 6 years ago
  90. adba163 perf tools: Fix diverse comment typos by Ingo Molnar · 6 years ago
  91. 246fda0 perf annotate: Create a annotate2 flag in struct symbol by Jin Yao · 6 years ago
  92. ace4f8f perf annotate: Compute average IPC and IPC coverage per symbol by Jin Yao · 6 years ago
  93. 0ab4188 perf annotate: Add Sparc support by David Miller · 6 years ago
  94. 4e67b2a perf annotate: Fix parsing aarch64 branch instructions after objdump update by Kim Phillips · 6 years ago
  95. 1dc27f6 perf annotate: Properly interpret indirect call by Martin Liška · 6 years ago
  96. 2354ae9 perf tools: Get rid of dso__needs_decompress() call in symbol__disassemble() by Jiri Olsa · 6 years ago
  97. 88c2119 perf annotate: Add --percent-type option by Jiri Olsa · 6 years ago
  98. 4c04868 perf annotate: Display percent type in stdio output by Jiri Olsa · 6 years ago
  99. addba8b perf annotate: Make local period the default percent type by Jiri Olsa · 6 years ago
  100. 4c650dd perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump() by Jiri Olsa · 6 years ago