1. 1c59612 perf evlist: Export id_add_fd() by Jiri Olsa · 9 years ago
  2. 3ba78bd perf stat record: Initialize record features by Jiri Olsa · 9 years ago
  3. ffa517a perf tools: Introduce stat perf.data header feature by Jiri Olsa · 9 years ago
  4. 2d2aea6 perf report: Display newly added events in raw dump by Jiri Olsa · 9 years ago
  5. c853f93 perf tools: Add perf_event__fprintf_event_update function by Jiri Olsa · 9 years ago
  6. 86ebb09 perf tools: Add event_update event cpus type by Jiri Olsa · 9 years ago
  7. 802c904 perf tools: Add event_update event name type by Jiri Olsa · 9 years ago
  8. daeecbc perf tools: Add event_update event scale type by Jiri Olsa · 9 years ago
  9. a6e5281 perf tools: Add event_update event unit type by Jiri Olsa · 9 years ago
  10. ffe77725 perf tools: Add event_update user level event by Jiri Olsa · 9 years ago
  11. e08a456 perf tools: Add stat events fprintf functions by Jiri Olsa · 9 years ago
  12. d4c2259 perf tools: Add stat round event synthesize function by Jiri Olsa · 9 years ago
  13. 2d8f0f1 perf tools: Add stat round user level event by Jiri Olsa · 9 years ago
  14. 0ea0e35 perf tools: Add stat event read function by Jiri Olsa · 9 years ago
  15. 5796f8f perf tools: Add stat event synthesize function by Jiri Olsa · 9 years ago
  16. d80518c perf tools: Add stat user level event by Jiri Olsa · 9 years ago
  17. 8e38159 perf tools: Add stat config event read function by Jiri Olsa · 9 years ago
  18. 6742434 perf tools: Add stat config event synthesize function by Jiri Olsa · 9 years ago
  19. 374fb9e perf tools: Add stat config user level event by Jiri Olsa · 9 years ago
  20. eb12a1a perf cpu_map: Add perf_event__fprintf_cpu_map function by Jiri Olsa · 9 years ago
  21. f77b57a perf cpu_map: Add cpu_map__new_event function by Jiri Olsa · 9 years ago
  22. 6c87290 perf cpu_map: Add cpu_map event synthesize function by Jiri Olsa · 9 years ago
  23. 6640b6c perf cpu_map: Add cpu_map user level event by Jiri Olsa · 9 years ago
  24. ec7fa596 perf thread_map: Add perf_event__fprintf_thread_map function by Jiri Olsa · 9 years ago
  25. 5966094 perf thread_map: Add thread_map__new_event function by Jiri Olsa · 9 years ago
  26. 99471c9 perf thread_map: Add thread_map event sythesize function by Jiri Olsa · 9 years ago
  27. 5f3339d perf thread_map: Add thread_map user level event by Jiri Olsa · 9 years ago
  28. 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 9 years ago
  29. 2f4ce5e perf tools: Finalize subcmd independence by Josh Poimboeuf · 9 years ago
  30. 46113a5 perf tools: Remove 'perf' from subcmd function and variable names by Josh Poimboeuf · 9 years ago
  31. 901421a perf tools: Remove subcmd dependencies on strbuf by Josh Poimboeuf · 9 years ago
  32. 096d355 perf tools: Provide subcmd configuration at runtime by Josh Poimboeuf · 9 years ago
  33. 24a88bd perf tools: Document the fact that parse_options*() may exit by Josh Poimboeuf · 9 years ago
  34. ce99091 perf tools: Move strlcpy() from perf to tools/lib/string.c by Josh Poimboeuf · 9 years ago
  35. 48e1cab perf tools: Make options always available, even if required libs not linked by Wang Nan · 9 years ago
  36. 408cf34 perf tools: Convert parse-options.c internal functions to static by Josh Poimboeuf · 9 years ago
  37. 5feaac2 perf tools: Move help_unknown_cmd() to its own file by Josh Poimboeuf · 9 years ago
  38. a871a77 perf tools: Remove check for unused PERF_PAGER_IN_USE by Josh Poimboeuf · 9 years ago
  39. 32a56bd perf tools: Create pager.h by Josh Poimboeuf · 9 years ago
  40. bd0f889 perf evsel: Disable branch flags/cycles for --callgraph lbr by Andi Kleen · 9 years ago
  41. abd8286 perf thread: Fix reference count initial state by Arnaldo Carvalho de Melo · 9 years ago
  42. 9daddf6 perf tools: Use same signal handling strategy as 'record' by Arnaldo Carvalho de Melo · 9 years ago
  43. 93b0ba3 perf tools: Clear struct machine during machine__init() by Wang Nan · 9 years ago
  44. 26812d4 perf data: Add u32_hex data type by Wang Nan · 9 years ago
  45. e7a7865 perf symbols: Fix dso__load_sym to put dso by Masami Hiramatsu · 9 years ago
  46. 9d8b172 perf tools: Make perf_session__register_idle_thread drop the refcount by Masami Hiramatsu · 9 years ago
  47. 61fa0e9 perf top: Delete half-processed hist entries when exit by Namhyung Kim · 9 years ago
  48. 3f86eb6 perf tools: Get rid of exit_browser() from usage_with_options() by Namhyung Kim · 9 years ago
  49. 7ecb48f perf thread_map: Free strlist on constructor error path by Namhyung Kim · 9 years ago
  50. 0a4bb5d perf tools: Move cmd_version() to builtin-version.c by Josh Poimboeuf · 9 years ago
  51. 2bdb2c2 perf tools: Save cmdline arguments earlier by Josh Poimboeuf · 9 years ago
  52. 1fe143c perf tools: Move term functions out of util.c by Josh Poimboeuf · 9 years ago
  53. de7cf7c perf tools: Remove unused pager_use_color variable by Josh Poimboeuf · 9 years ago
  54. 5191d887 perf tools: Fix write_numa_topology to put cpu_map instead of free by Masami Hiramatsu · 9 years ago
  55. cc1121a perf machine: Fix machine.vmlinux_maps to make sure to clear the old one by Masami Hiramatsu · 9 years ago
  56. d91130e perf tools: Fix maps__fixup_overlappings to put used maps by Masami Hiramatsu · 9 years ago
  57. 17577de perf hists: Fix hists_evsel to release hists by Masami Hiramatsu · 9 years ago
  58. bae32b5 perf tools: Fix map_groups__clone to put cloned map by Masami Hiramatsu · 9 years ago
  59. cfef25b perf annotate: ARM support by Russell King · 9 years ago
  60. 3e27c92 perf evlist: Factor perf_evlist__(enable|disable) functions by Jiri Olsa · 9 years ago
  61. e98a4cb perf evsel: Introduce disable() method by Jiri Olsa · 9 years ago
  62. 5cd95fc perf evsel: Use event maps directly in perf_evsel__enable by Jiri Olsa · 9 years ago
  63. 5dcf16d perf machine: Pass correct string to dso__adjust_kmod_long_name by Wang Nan · 9 years ago
  64. 0bb9349 perf bpf: Rename bpf config to program config by Wang Nan · 9 years ago
  65. e72655d perf hists: Do not skip elided fields when processing samples by Namhyung Kim · 9 years ago
  66. e37df6c perf list: Robustify event printing routine by Arnaldo Carvalho de Melo · 9 years ago
  67. bae9cc4 perf list: Add support for PERF_COUNT_SW_BPF_OUT by Arnaldo Carvalho de Melo · 9 years ago
  68. c4e0794 perf buildid-list: Show running kernel build id fix by Michael Petlan · 9 years ago
  69. dcdd184 perf evlist: Display WEIGHT sample type bit by Jiri Olsa · 9 years ago
  70. f55ae95 perf symbols: Add the path to vmlinux.debug by Ekaterina Tumanova · 9 years ago
  71. aac4864 perf symbols: Refactor vmlinux_path__init() to ease path additions by Ekaterina Tumanova · 9 years ago
  72. b2be545 perf tools: Correctly identify anon_hugepage when generating map (v2) by Yannick Brosseau · 9 years ago
  73. c03d518 perf machine: Adjust dso->long_name for offline module by Wang Nan · 9 years ago
  74. 0356218 perf top: Fix freeze on --call-graph flat/folded by Namhyung Kim · 9 years ago
  75. b49a8fe perf callchain: Honor hide_unresolved by Namhyung Kim · 9 years ago
  76. 4d3b162 perf probe: Fix to free temporal Dwarf_Frame correctly by Masami Hiramatsu · 9 years ago
  77. 646a6e8 perf callchain: Add missing parent_val initialization by Jiri Olsa · 9 years ago
  78. 8bd508b perf callchain: Add order support for libdw DWARF unwinder by Jiri Olsa · 9 years ago
  79. cb1dc22 perf callchain: Add order support for libunwind DWARF unwinder by Jiri Olsa · 9 years ago
  80. b26b218 perf callchain: Move initial entry call into get_entries function by Jiri Olsa · 9 years ago
  81. 4b3a321 perf hists browser: Support flat callchains by Namhyung Kim · 9 years ago
  82. f2af008 perf report: Add callchain value option by Namhyung Kim · 9 years ago
  83. 5e47f8f perf callchain: Add count fields to struct callchain_node by Namhyung Kim · 9 years ago
  84. 5ab250c perf callchain: Abstract callchain print function by Namhyung Kim · 9 years ago
  85. 26e7792 perf report: Support folded callchain mode on --stdio by Namhyung Kim · 9 years ago
  86. 566c69c perf machine: Fix machine__findnew_module_map to put dso by Masami Hiramatsu · 9 years ago
  87. 1154c95 perf tools: Fix machine__create_kernel_maps to put kernel dso refcount by Masami Hiramatsu · 9 years ago
  88. 82de26a perf tools: Fix __dsos__addnew to put dso after adding it to the list by Masami Hiramatsu · 9 years ago
  89. 8d5c340 perf tools: Fix to put new map after inserting to map_groups in dso__load_sym by Masami Hiramatsu · 9 years ago
  90. c4068f5 perf tools: Make perf_exec_path() always return malloc'd string by Masami Hiramatsu · 9 years ago
  91. ebe9729 perf machine: Fix to destroy kernel maps when machine exits by Masami Hiramatsu · 9 years ago
  92. e96e407 perf machine: Fix machine__destroy_kernel_maps to drop vmlinux_maps references by Masami Hiramatsu · 9 years ago
  93. 9afcb42 perf machine: Fix machine__findnew_module_map to put registered map by Masami Hiramatsu · 9 years ago
  94. 05c8d80 perf probe: Fix to free temporal Dwarf_Frame by Masami Hiramatsu · 9 years ago
  95. d35b328 perf bpf: Use same BPF program if arguments are identical by Wang Nan · 9 years ago
  96. a08357d perf bpf: Generate prologue for BPF programs by Wang Nan · 9 years ago
  97. bfc077b perf bpf: Add prologue for BPF programs for fetching arguments by He Kuang · 9 years ago
  98. 03e01f5 perf bpf: Allow BPF program config probing options by Wang Nan · 9 years ago
  99. 5dbd16c perf bpf: Allow attaching BPF programs to modules symbols by Wang Nan · 9 years ago
  100. 361f2b1 perf bpf: Allow BPF program attach to uprobe events by Wang Nan · 9 years ago