1. 67ccdec perf stat: Create events as disabled by Jiri Olsa · 9 years ago
  2. ab46db0 perf stat: Use perf_evlist__enable in handle_initial_delay by Jiri Olsa · 9 years ago
  3. 3e27c92 perf evlist: Factor perf_evlist__(enable|disable) functions by Jiri Olsa · 9 years ago
  4. e98a4cb perf evsel: Introduce disable() method by Jiri Olsa · 9 years ago
  5. 5cd95fc perf evsel: Use event maps directly in perf_evsel__enable by Jiri Olsa · 9 years ago
  6. d6e94fa perf test: Create kernel maps properly for hist entries test by Jiri Olsa · 9 years ago
  7. c0651c4 perf test: Prevent using bpf-output event in round trip name test by Jiri Olsa · 9 years ago
  8. 7320b1b perf test: Fix cpus and thread maps reference in error path by Jiri Olsa · 9 years ago
  9. 0fd4008 perf test: Use machine__new_host in mmap thread code reading test by Jiri Olsa · 9 years ago
  10. 0468479 perf test: Use machine__new_host in mmap thread lookup test by Jiri Olsa · 9 years ago
  11. bdaba8a perf test: Use machine__new_host in dwarf unwind test by Jiri Olsa · 9 years ago
  12. 5dcf16d perf machine: Pass correct string to dso__adjust_kmod_long_name by Wang Nan · 9 years ago
  13. 0bb9349 perf bpf: Rename bpf config to program config by Wang Nan · 9 years ago
  14. 0390504 perf hists browser: Update nr entries regardless of min percent by Namhyung Kim · 9 years ago
  15. e72655d perf hists: Do not skip elided fields when processing samples by Namhyung Kim · 9 years ago
  16. 25b1606 perf report: Show error message when processing sample fails by Namhyung Kim · 9 years ago
  17. e37df6c perf list: Robustify event printing routine by Arnaldo Carvalho de Melo · 9 years ago
  18. bae9cc4 perf list: Add support for PERF_COUNT_SW_BPF_OUT by Arnaldo Carvalho de Melo · 9 years ago
  19. 9bdcede perf test: 'unwind' test should create kernel maps by Jiri Olsa · 9 years ago
  20. c4e0794 perf buildid-list: Show running kernel build id fix by Michael Petlan · 9 years ago
  21. dcdd184 perf evlist: Display WEIGHT sample type bit by Jiri Olsa · 9 years ago
  22. 6acd8e9 perf stat: Clear sample_(type|period) for counting by Jiri Olsa · 9 years ago
  23. f55ae95 perf symbols: Add the path to vmlinux.debug by Ekaterina Tumanova · 9 years ago
  24. aac4864 perf symbols: Refactor vmlinux_path__init() to ease path additions by Ekaterina Tumanova · 9 years ago
  25. 809e942 perf script: Pass perf_script into process_event by Jiri Olsa · 9 years ago
  26. b2be545 perf tools: Correctly identify anon_hugepage when generating map (v2) by Yannick Brosseau · 9 years ago
  27. c03d518 perf machine: Adjust dso->long_name for offline module by Wang Nan · 9 years ago
  28. 67befc6 perf build: Fix traceevent plugins build race by Jiri Olsa · 9 years ago
  29. 2aaecfc perf script: Remove default_scripting_ops by Jiri Olsa · 9 years ago
  30. 0356218 perf top: Fix freeze on --call-graph flat/folded by Namhyung Kim · 9 years ago
  31. b49a8fe perf callchain: Honor hide_unresolved by Namhyung Kim · 9 years ago
  32. 4d3b162 perf probe: Fix to free temporal Dwarf_Frame correctly by Masami Hiramatsu · 9 years ago
  33. 646a6e8 perf callchain: Add missing parent_val initialization by Jiri Olsa · 9 years ago
  34. 7d68524 perf config: Add initial man page by Taeung Song · 9 years ago
  35. 30862f2 perf tools: Add 'perf config' command by Taeung Song · 9 years ago
  36. 8bd508b perf callchain: Add order support for libdw DWARF unwinder by Jiri Olsa · 9 years ago
  37. 8dc0564 perf test: Add callchain order setup for DWARF unwinder test by Jiri Olsa · 9 years ago
  38. cb1dc22 perf callchain: Add order support for libunwind DWARF unwinder by Jiri Olsa · 9 years ago
  39. b26b218 perf callchain: Move initial entry call into get_entries function by Jiri Olsa · 9 years ago
  40. 2c6caff perf ui/gtk: Support folded callchains by Namhyung Kim · 9 years ago
  41. 3cd99df perf ui/gtk: Support flat callchains by Namhyung Kim · 9 years ago
  42. 8c430a3 perf hists browser: Support folded callchains by Namhyung Kim · 9 years ago
  43. 4b3a321 perf hists browser: Support flat callchains by Namhyung Kim · 9 years ago
  44. 18bb838 perf hists browser: Factor out hist_browser__show_callchain_list() by Namhyung Kim · 9 years ago
  45. f2af008 perf report: Add callchain value option by Namhyung Kim · 9 years ago
  46. 5e47f8f perf callchain: Add count fields to struct callchain_node by Namhyung Kim · 9 years ago
  47. 5ab250c perf callchain: Abstract callchain print function by Namhyung Kim · 9 years ago
  48. 26e7792 perf report: Support folded callchain mode on --stdio by Namhyung Kim · 9 years ago
  49. 566c69c perf machine: Fix machine__findnew_module_map to put dso by Masami Hiramatsu · 9 years ago
  50. 1154c95 perf tools: Fix machine__create_kernel_maps to put kernel dso refcount by Masami Hiramatsu · 9 years ago
  51. 82de26a perf tools: Fix __dsos__addnew to put dso after adding it to the list by Masami Hiramatsu · 9 years ago
  52. 8d5c340 perf tools: Fix to put new map after inserting to map_groups in dso__load_sym by Masami Hiramatsu · 9 years ago
  53. c4068f5 perf tools: Make perf_exec_path() always return malloc'd string by Masami Hiramatsu · 9 years ago
  54. ebe9729 perf machine: Fix to destroy kernel maps when machine exits by Masami Hiramatsu · 9 years ago
  55. e96e407 perf machine: Fix machine__destroy_kernel_maps to drop vmlinux_maps references by Masami Hiramatsu · 9 years ago
  56. 9afcb42 perf machine: Fix machine__findnew_module_map to put registered map by Masami Hiramatsu · 9 years ago
  57. 05c8d80 perf probe: Fix to free temporal Dwarf_Frame by Masami Hiramatsu · 9 years ago
  58. 5bcf2fe perf test: Mute test cases error messages if verbose == 0 by Wang Nan · 9 years ago
  59. 77a0cf6 perf test: Print result for each BPF subtest by Wang Nan · 9 years ago
  60. e8c6d50 perf test: Print result for each LLVM subtest by Wang Nan · 9 years ago
  61. 721a1f5 perf tests: Pass the subtest index to each test routine by Arnaldo Carvalho de Melo · 9 years ago
  62. d35b328 perf bpf: Use same BPF program if arguments are identical by Wang Nan · 9 years ago
  63. ad0dd7a perf test: Fix 'perf test BPF' when it fails to find a suitable vmlinux by Wang Nan · 9 years ago
  64. bbb7d49 perf test: Test the BPF prologue adding infrastructure by Wang Nan · 9 years ago
  65. a08357d perf bpf: Generate prologue for BPF programs by Wang Nan · 9 years ago
  66. bfc077b perf bpf: Add prologue for BPF programs for fetching arguments by He Kuang · 9 years ago
  67. 03e01f5 perf bpf: Allow BPF program config probing options by Wang Nan · 9 years ago
  68. 5dbd16c perf bpf: Allow attaching BPF programs to modules symbols by Wang Nan · 9 years ago
  69. 361f2b1 perf bpf: Allow BPF program attach to uprobe events by Wang Nan · 9 years ago
  70. 30433a3 perf bpf: Compile dwarf-regs.c if CONFIG_BPF_PROLOGUE is on by Wang Nan · 9 years ago
  71. 1c0ed63 perf bpf: Add BPF_PROLOGUE config options for further patches by Wang Nan · 9 years ago
  72. 4ddd327 tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.c by Arnaldo Carvalho de Melo · 9 years ago
  73. 916d409 perf test: Fix build of BPF and LLVM on older glibc libraries by Arnaldo Carvalho de Melo · 9 years ago
  74. 092b1f0 perf probe: Clear probe_trace_event when add_probe_trace_event() fails by Wang Nan · 9 years ago
  75. 0196e78 perf probe: Fix memory leaking on failure by clearing all probe_trace_events by Masami Hiramatsu · 9 years ago
  76. d8145b3 perf inject: Also re-pipe lost_samples event by Adrian Hunter · 9 years ago
  77. 1216b65 perf buildid-list: Requires ordered events by Adrian Hunter · 9 years ago
  78. e266a75 perf symbols: Fix dso lookup by long name and missing buildids by Adrian Hunter · 9 years ago
  79. 2059fc7 perf symbols: Allow forcing reading of non-root owned files by root by Arnaldo Carvalho de Melo · 9 years ago
  80. b7f294b perf hists browser: The dso can be obtained from popup_action->ms.map->dso by Arnaldo Carvalho de Melo · 9 years ago
  81. fae0065 perf hists browser: Fix 'd' hotkey action to filter by DSO by Arnaldo Carvalho de Melo · 9 years ago
  82. 866548d perf symbols: Rebuild rbtree when adjusting symbols for kcore by Adrian Hunter · 9 years ago
  83. 421fd08 perf probe: Verify parameters in two functions by Wang Nan · 9 years ago
  84. e87b491 perf session: Add missing newlines to some pr_err() calls by Arnaldo Carvalho de Melo · 9 years ago
  85. 4a4c03c perf annotate: Support full source file paths for srcline fix by Michael Petlan · 9 years ago
  86. 3d07b3b perf test: Add llvm-src-base.c and llvm-src-kbuild.c to .gitignore by Yunlong Song · 9 years ago
  87. 345c99a perf test: Do not be case sensitive when searching for matching tests by Arnaldo Carvalho de Melo · 9 years ago
  88. ba1fae4 perf test: Add 'perf test BPF' by Wang Nan · 9 years ago
  89. 7af3f3d perf test: Enhance the LLVM tests: add kbuild test by Wang Nan · 9 years ago
  90. b31de01 perf test: Enhance the LLVM test: update basic BPF test program by Wang Nan · 9 years ago
  91. d3e0ce3 perf bpf: Improve BPF related error messages by Wang Nan · 9 years ago
  92. 07bc5c6 perf tools: Make fetch_kernel_version() publicly available by Wang Nan · 9 years ago
  93. 6371ca3 bpf tools: Improve libbpf error reporting by Wang Nan · 9 years ago
  94. 0a62f68 perf probe: Cleanup find_perf_probe_point_from_map to reduce redundancy by Masami Hiramatsu · 9 years ago
  95. 62ec9b3 perf annotate: Inform the user about objdump failures in --stdio by Andi Kleen · 9 years ago
  96. e054731 perf stat: Make stat options global by Jiri Olsa · 9 years ago
  97. 0014de1 perf sched latency: Fix thread pid reuse issue by Jiri Olsa · 9 years ago
  98. 98d3b25 perf tools: Fix find_perf_probe_point_from_map() which incorrectly returns success by Wang Nan · 9 years ago
  99. 956959f perf trace: Fix documentation for -i by Peter Feiner · 9 years ago
  100. 4a4f66a perf llvm: Pass LINUX_VERSION_CODE to BPF program when compiling by Wang Nan · 9 years ago