1. 3cd99df perf ui/gtk: Support flat callchains by Namhyung Kim · 9 years ago
  2. 8c430a3 perf hists browser: Support folded callchains by Namhyung Kim · 9 years ago
  3. 4b3a321 perf hists browser: Support flat callchains by Namhyung Kim · 9 years ago
  4. 18bb838 perf hists browser: Factor out hist_browser__show_callchain_list() by Namhyung Kim · 9 years ago
  5. f2af008 perf report: Add callchain value option by Namhyung Kim · 9 years ago
  6. 5e47f8f perf callchain: Add count fields to struct callchain_node by Namhyung Kim · 9 years ago
  7. 5ab250c perf callchain: Abstract callchain print function by Namhyung Kim · 9 years ago
  8. 26e7792 perf report: Support folded callchain mode on --stdio by Namhyung Kim · 9 years ago
  9. 566c69c perf machine: Fix machine__findnew_module_map to put dso by Masami Hiramatsu · 9 years ago
  10. 1154c95 perf tools: Fix machine__create_kernel_maps to put kernel dso refcount by Masami Hiramatsu · 9 years ago
  11. 82de26a perf tools: Fix __dsos__addnew to put dso after adding it to the list by Masami Hiramatsu · 9 years ago
  12. 8d5c340 perf tools: Fix to put new map after inserting to map_groups in dso__load_sym by Masami Hiramatsu · 9 years ago
  13. c4068f5 perf tools: Make perf_exec_path() always return malloc'd string by Masami Hiramatsu · 9 years ago
  14. ebe9729 perf machine: Fix to destroy kernel maps when machine exits by Masami Hiramatsu · 9 years ago
  15. e96e407 perf machine: Fix machine__destroy_kernel_maps to drop vmlinux_maps references by Masami Hiramatsu · 9 years ago
  16. 9afcb42 perf machine: Fix machine__findnew_module_map to put registered map by Masami Hiramatsu · 9 years ago
  17. 05c8d80 perf probe: Fix to free temporal Dwarf_Frame by Masami Hiramatsu · 9 years ago
  18. 5bcf2fe perf test: Mute test cases error messages if verbose == 0 by Wang Nan · 9 years ago
  19. 77a0cf6 perf test: Print result for each BPF subtest by Wang Nan · 9 years ago
  20. e8c6d50 perf test: Print result for each LLVM subtest by Wang Nan · 9 years ago
  21. 721a1f5 perf tests: Pass the subtest index to each test routine by Arnaldo Carvalho de Melo · 9 years ago
  22. d35b328 perf bpf: Use same BPF program if arguments are identical by Wang Nan · 9 years ago
  23. ad0dd7a perf test: Fix 'perf test BPF' when it fails to find a suitable vmlinux by Wang Nan · 9 years ago
  24. bbb7d49 perf test: Test the BPF prologue adding infrastructure by Wang Nan · 9 years ago
  25. a08357d perf bpf: Generate prologue for BPF programs by Wang Nan · 9 years ago
  26. bfc077b perf bpf: Add prologue for BPF programs for fetching arguments by He Kuang · 9 years ago
  27. 03e01f5 perf bpf: Allow BPF program config probing options by Wang Nan · 9 years ago
  28. 5dbd16c perf bpf: Allow attaching BPF programs to modules symbols by Wang Nan · 9 years ago
  29. 361f2b1 perf bpf: Allow BPF program attach to uprobe events by Wang Nan · 9 years ago
  30. 30433a3 perf bpf: Compile dwarf-regs.c if CONFIG_BPF_PROLOGUE is on by Wang Nan · 9 years ago
  31. 1c0ed63 perf bpf: Add BPF_PROLOGUE config options for further patches by Wang Nan · 9 years ago
  32. 4ddd327 tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.c by Arnaldo Carvalho de Melo · 9 years ago
  33. 916d409 perf test: Fix build of BPF and LLVM on older glibc libraries by Arnaldo Carvalho de Melo · 9 years ago
  34. 092b1f0 perf probe: Clear probe_trace_event when add_probe_trace_event() fails by Wang Nan · 9 years ago
  35. 0196e78 perf probe: Fix memory leaking on failure by clearing all probe_trace_events by Masami Hiramatsu · 9 years ago
  36. d8145b3 perf inject: Also re-pipe lost_samples event by Adrian Hunter · 9 years ago
  37. 1216b65 perf buildid-list: Requires ordered events by Adrian Hunter · 9 years ago
  38. e266a75 perf symbols: Fix dso lookup by long name and missing buildids by Adrian Hunter · 9 years ago
  39. 2059fc7 perf symbols: Allow forcing reading of non-root owned files by root by Arnaldo Carvalho de Melo · 9 years ago
  40. b7f294b perf hists browser: The dso can be obtained from popup_action->ms.map->dso by Arnaldo Carvalho de Melo · 9 years ago
  41. fae0065 perf hists browser: Fix 'd' hotkey action to filter by DSO by Arnaldo Carvalho de Melo · 9 years ago
  42. 866548d perf symbols: Rebuild rbtree when adjusting symbols for kcore by Adrian Hunter · 9 years ago
  43. 421fd08 perf probe: Verify parameters in two functions by Wang Nan · 9 years ago
  44. e87b491 perf session: Add missing newlines to some pr_err() calls by Arnaldo Carvalho de Melo · 9 years ago
  45. 4a4c03c perf annotate: Support full source file paths for srcline fix by Michael Petlan · 9 years ago
  46. 3d07b3b perf test: Add llvm-src-base.c and llvm-src-kbuild.c to .gitignore by Yunlong Song · 9 years ago
  47. 345c99a perf test: Do not be case sensitive when searching for matching tests by Arnaldo Carvalho de Melo · 9 years ago
  48. ba1fae4 perf test: Add 'perf test BPF' by Wang Nan · 9 years ago
  49. 7af3f3d perf test: Enhance the LLVM tests: add kbuild test by Wang Nan · 9 years ago
  50. b31de01 perf test: Enhance the LLVM test: update basic BPF test program by Wang Nan · 9 years ago
  51. d3e0ce3 perf bpf: Improve BPF related error messages by Wang Nan · 9 years ago
  52. 07bc5c6 perf tools: Make fetch_kernel_version() publicly available by Wang Nan · 9 years ago
  53. 6371ca3 bpf tools: Improve libbpf error reporting by Wang Nan · 9 years ago
  54. 0a62f68 perf probe: Cleanup find_perf_probe_point_from_map to reduce redundancy by Masami Hiramatsu · 9 years ago
  55. 62ec9b3 perf annotate: Inform the user about objdump failures in --stdio by Andi Kleen · 9 years ago
  56. e054731 perf stat: Make stat options global by Jiri Olsa · 9 years ago
  57. 0014de1 perf sched latency: Fix thread pid reuse issue by Jiri Olsa · 9 years ago
  58. 98d3b25 perf tools: Fix find_perf_probe_point_from_map() which incorrectly returns success by Wang Nan · 9 years ago
  59. 956959f perf trace: Fix documentation for -i by Peter Feiner · 9 years ago
  60. 4a4f66a perf llvm: Pass LINUX_VERSION_CODE to BPF program when compiling by Wang Nan · 9 years ago
  61. 59f41af perf llvm: Pass number of configured CPUs to clang compiler by Wang Nan · 9 years ago
  62. 9891639 perf tools: Allow shuffling the build tests by Arnaldo Carvalho de Melo · 9 years ago
  63. cb8382e perf tools: Insert split maps correctly into origin group by Jiri Olsa · 9 years ago
  64. eedfcb4 perf stat: Use common printout function to avoid duplicated code by Andi Kleen · 9 years ago
  65. 4579ecc perf stat: Move sw clock metrics printout to stat-shadow by Andi Kleen · 9 years ago
  66. 7a01194 perf bpf: Mute libbpf when '-v' not set by Wang Nan · 9 years ago
  67. 597bdeb perf test: Keep test result clean if '-v' not set by Wang Nan · 9 years ago
  68. 7ed4915 perf unwind: Pass symbol source to libunwind by Rabin Vincent · 9 years ago
  69. d509db0 perf tools: Compile scriptlets to BPF objects when passing '.c' to --event by Wang Nan · 9 years ago
  70. 71dc2326 perf record: Add clang options for compiling BPF scripts by Wang Nan · 9 years ago
  71. 1f45b1d perf bpf: Attach eBPF filter to perf event by Wang Nan · 9 years ago
  72. 50f1e6d perf tools: Make sure fixdep is built before libbpf by Jiri Olsa · 9 years ago
  73. dc323ce perf script: Enable printing of branch stack by Stephane Eranian · 9 years ago
  74. 729a784 perf trace: Add cmd string table to decode sys_bpf first arg by Arnaldo Carvalho de Melo · 9 years ago
  75. 4edf30e perf bpf: Collect perf_evsel in BPF object files by Wang Nan · 9 years ago
  76. 1e5e3ee perf tools: Load eBPF object into kernel by Wang Nan · 9 years ago
  77. aa3abf3 perf tools: Create probe points for BPF programs by Wang Nan · 9 years ago
  78. 84c86ca perf tools: Enable passing bpf object file to --event by Wang Nan · 9 years ago
  79. 69d262a perf ebpf: Add the libbpf glue by Wang Nan · 9 years ago
  80. ed63f34c perf tools: Make perf depend on libbpf by Wang Nan · 9 years ago
  81. 443f8c7 perf symbols: Fix endless loop in dso__split_kallsyms_for_kcore by Jiri Olsa · 9 years ago
  82. 374ce93 perf tools: Enable pre-event inherit setting by config terms by Wang Nan · 9 years ago
  83. 5baecbc perf symbols: we can now read separate debug-info files based on a build ID by Dima Kogan · 9 years ago
  84. f2f3096 perf symbols: Fix type error when reading a build-id by Dima Kogan · 9 years ago
  85. f4efcce perf tools: Search for more options when passing args to -h by Arnaldo Carvalho de Melo · 9 years ago
  86. 1e5a293 perf stat: Cache aggregated map entries in extra cpumap by Jiri Olsa · 9 years ago
  87. 2322f57 perf cpu_map: Add cpu_map__empty_new function by Jiri Olsa · 9 years ago
  88. af33998 perf evsel: Move id_offset out of struct perf_evsel union member by Jiri Olsa · 9 years ago
  89. c711836 perf tools: Introduce usage_with_options_msg() by Namhyung Kim · 9 years ago
  90. 01b1945 perf tools: Setup pager when printing usage and help by Namhyung Kim · 9 years ago
  91. b272a59 perf report: Rename to --show-cpu-utilization by Namhyung Kim · 9 years ago
  92. a5f4a69 perf tools: Improve ambiguous option help message by Namhyung Kim · 9 years ago
  93. 161d904 perf tools: Provide help for subset of options by Arnaldo Carvalho de Melo · 9 years ago
  94. 869c55b perf tools: Show tool command line options ordered by Arnaldo Carvalho de Melo · 9 years ago
  95. f06cff7c perf annotate: Don't die() when finding an invalid config option by Arnaldo Carvalho de Melo · 9 years ago
  96. 464b01a perf ui tui: Register the error callbacks before initializing the widgets by Arnaldo Carvalho de Melo · 9 years ago
  97. 39ff7cd perf annotate: Fix 'annotate.use_offset' config variable usage by Namhyung Kim · 9 years ago
  98. 76a2654 perf tools: Improve call graph documents and help messages by Namhyung Kim · 9 years ago
  99. 792aeaf perf tools: Defaults to 'caller' callchain order only if --children is enabled by Namhyung Kim · 9 years ago
  100. a2c10d3 perf top: Support call-graph display options also by Namhyung Kim · 9 years ago