1. 2f4ce5e perf tools: Finalize subcmd independence by Josh Poimboeuf · 9 years ago
  2. 46113a5 perf tools: Remove 'perf' from subcmd function and variable names by Josh Poimboeuf · 9 years ago
  3. 901421a perf tools: Remove subcmd dependencies on strbuf by Josh Poimboeuf · 9 years ago
  4. 096d355 perf tools: Provide subcmd configuration at runtime by Josh Poimboeuf · 9 years ago
  5. 24a88bd perf tools: Document the fact that parse_options*() may exit by Josh Poimboeuf · 9 years ago
  6. ce99091 perf tools: Move strlcpy() from perf to tools/lib/string.c by Josh Poimboeuf · 9 years ago
  7. 1925459 tools build: Fix feature Makefile issues with 'O=' by Josh Poimboeuf · 9 years ago
  8. 7a29c08 perf record: Add record.build-id config option by Namhyung Kim · 9 years ago
  9. 7efe0e0 perf record: Support custom vmlinux path by He Kuang · 9 years ago
  10. 48e1cab perf tools: Make options always available, even if required libs not linked by Wang Nan · 9 years ago
  11. 408cf34 perf tools: Convert parse-options.c internal functions to static by Josh Poimboeuf · 9 years ago
  12. 5feaac2 perf tools: Move help_unknown_cmd() to its own file by Josh Poimboeuf · 9 years ago
  13. a871a77 perf tools: Remove check for unused PERF_PAGER_IN_USE by Josh Poimboeuf · 9 years ago
  14. 32a56bd perf tools: Create pager.h by Josh Poimboeuf · 9 years ago
  15. 212e984 perf build: Rename LIB_PATH -> API_PATH by Josh Poimboeuf · 9 years ago
  16. 8f46dfd perf build: Fix 'make clean' by Josh Poimboeuf · 9 years ago
  17. 004bd89 perf test: Remove tarpkg at end of test by Josh Poimboeuf · 9 years ago
  18. 8bda6a6 perf test: Add Build file to dependencies for llvm-src-*.c by Josh Poimboeuf · 9 years ago
  19. 26bc9b2 perf build: Remove unnecessary line in Makefile.feature by Josh Poimboeuf · 9 years ago
  20. 71d6de6 perf test: Fix hist testcases when kptr_restrict is on by Namhyung Kim · 9 years ago
  21. bd0f889 perf evsel: Disable branch flags/cycles for --callgraph lbr by Andi Kleen · 9 years ago
  22. abd8286 perf thread: Fix reference count initial state by Arnaldo Carvalho de Melo · 9 years ago
  23. b6847d2 perf test: Dump the stack when test segfaults when in verbose mode by Arnaldo Carvalho de Melo · 9 years ago
  24. 9daddf6 perf tools: Use same signal handling strategy as 'record' by Arnaldo Carvalho de Melo · 9 years ago
  25. 0d76ded Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  26. 057032e Merge tag 'v4.4-rc5' into perf/core, to pick up fixes by Ingo Molnar · 9 years ago
  27. 93b0ba3 perf tools: Clear struct machine during machine__init() by Wang Nan · 9 years ago
  28. 27cfef0 perf script: Add support for PERF_TYPE_BREAKPOINT by Wang Nan · 9 years ago
  29. 26812d4 perf data: Add u32_hex data type by Wang Nan · 9 years ago
  30. 77ba9a5 tools lib bpf: Fetch map names from correct strtab by Wang Nan · 9 years ago
  31. 973170e tools lib bpf: Check return value of strdup when reading map names by Wang Nan · 9 years ago
  32. beefb8d perf top: Cleanup condition in perf_top__record_precise_ip() by Namhyung Kim · 9 years ago
  33. 448f13b perf top: Fix annotation on --stdio by Namhyung Kim · 9 years ago
  34. 151ee83 perf top: Access hists->lock only if needed by Namhyung Kim · 9 years ago
  35. 64226bc perf top: Do not convert address for perf_top__record_precise_ip() by Namhyung Kim · 9 years ago
  36. e7a7865 perf symbols: Fix dso__load_sym to put dso by Masami Hiramatsu · 9 years ago
  37. 9d8b172 perf tools: Make perf_session__register_idle_thread drop the refcount by Masami Hiramatsu · 9 years ago
  38. 8488335 Revert "perf tools: Improve setting of gcc debug option" by Arnaldo Carvalho de Melo · 9 years ago
  39. 61fa0e9 perf top: Delete half-processed hist entries when exit by Namhyung Kim · 9 years ago
  40. 3f86eb6 perf tools: Get rid of exit_browser() from usage_with_options() by Namhyung Kim · 9 years ago
  41. 7ecb48f perf thread_map: Free strlist on constructor error path by Namhyung Kim · 9 years ago
  42. f8a5c0b perf top: Do show usage message when failing to create cpu/thread maps by Arnaldo Carvalho de Melo · 9 years ago
  43. b3f38fc perf report: Check argument before calling setup_browser() by Namhyung Kim · 9 years ago
  44. 1b0344e perf kvm: Remove invocation of setup/exit_browser() by Namhyung Kim · 9 years ago
  45. 3df668e7 perf annotate: Delay UI browser setup after initialization is done by Namhyung Kim · 9 years ago
  46. 50e19ef perf annotate: Check argument before calling setup_browser() by Namhyung Kim · 9 years ago
  47. 0a4bb5d perf tools: Move cmd_version() to builtin-version.c by Josh Poimboeuf · 9 years ago
  48. 2bdb2c2 perf tools: Save cmdline arguments earlier by Josh Poimboeuf · 9 years ago
  49. 1fe143c perf tools: Move term functions out of util.c by Josh Poimboeuf · 9 years ago
  50. de7cf7c perf tools: Remove unused pager_use_color variable by Josh Poimboeuf · 9 years ago
  51. 5191d887 perf tools: Fix write_numa_topology to put cpu_map instead of free by Masami Hiramatsu · 9 years ago
  52. cc1121a perf machine: Fix machine.vmlinux_maps to make sure to clear the old one by Masami Hiramatsu · 9 years ago
  53. d91130e perf tools: Fix maps__fixup_overlappings to put used maps by Masami Hiramatsu · 9 years ago
  54. 17577de perf hists: Fix hists_evsel to release hists by Masami Hiramatsu · 9 years ago
  55. 544c2ae perf stat: Fix cmd_stat to release cpu_map by Masami Hiramatsu · 9 years ago
  56. bae32b5 perf tools: Fix map_groups__clone to put cloned map by Masami Hiramatsu · 9 years ago
  57. 8d7d377 perf tui: Change default selection background color to yellow by Ingo Molnar · 9 years ago
  58. a30c99a Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 9 years ago
  59. cfef25b perf annotate: ARM support by Russell King · 9 years ago
  60. c8280ce perf stat: Move enable_on_exec setup under earlier code by Jiri Olsa · 9 years ago
  61. 67ccdec perf stat: Create events as disabled by Jiri Olsa · 9 years ago
  62. ab46db0 perf stat: Use perf_evlist__enable in handle_initial_delay by Jiri Olsa · 9 years ago
  63. 3e27c92 perf evlist: Factor perf_evlist__(enable|disable) functions by Jiri Olsa · 9 years ago
  64. e98a4cb perf evsel: Introduce disable() method by Jiri Olsa · 9 years ago
  65. 5cd95fc perf evsel: Use event maps directly in perf_evsel__enable by Jiri Olsa · 9 years ago
  66. d6e94fa perf test: Create kernel maps properly for hist entries test by Jiri Olsa · 9 years ago
  67. c0651c4 perf test: Prevent using bpf-output event in round trip name test by Jiri Olsa · 9 years ago
  68. 7320b1b perf test: Fix cpus and thread maps reference in error path by Jiri Olsa · 9 years ago
  69. 0fd4008 perf test: Use machine__new_host in mmap thread code reading test by Jiri Olsa · 9 years ago
  70. 0468479 perf test: Use machine__new_host in mmap thread lookup test by Jiri Olsa · 9 years ago
  71. bdaba8a perf test: Use machine__new_host in dwarf unwind test by Jiri Olsa · 9 years ago
  72. 5dcf16d perf machine: Pass correct string to dso__adjust_kmod_long_name by Wang Nan · 9 years ago
  73. 55564a0 tools/virtio: fix byteswap logic by Michael S. Tsirkin · 9 years ago
  74. 40c172e tools/virtio: move list macro stubs by Michael S. Tsirkin · 9 years ago
  75. 4938cf0 perf hists browser: Fix segfault if use symbol filter in cmdline by Wang Nan · 9 years ago
  76. 979d2ca perf hists browser: Reset selection when refresh by Wang Nan · 9 years ago
  77. 837eeb7 perf hists browser: Add NULL pointer check to prevent crash by Wang Nan · 9 years ago
  78. c8319c9 perf buildid-list: Fix return value of perf buildid-list -k by Michael Petlan · 9 years ago
  79. 7375e15 perf buildid-list: Show running kernel build id fix by Michael Petlan · 9 years ago
  80. 6b577c9 nfit: Adjust for different _FIT and NFIT headers by Linda Knippers · 9 years ago
  81. 0bb9349 perf bpf: Rename bpf config to program config by Wang Nan · 9 years ago
  82. 561bbcc tools lib bpf: Extract and collect map names from BPF object file by Wang Nan · 9 years ago
  83. 9d759a9 tools lib bpf: Collect map definition in bpf_object by Wang Nan · 9 years ago
  84. 0390504 perf hists browser: Update nr entries regardless of min percent by Namhyung Kim · 9 years ago
  85. e72655d perf hists: Do not skip elided fields when processing samples by Namhyung Kim · 9 years ago
  86. 25b1606 perf report: Show error message when processing sample fails by Namhyung Kim · 9 years ago
  87. e37df6c perf list: Robustify event printing routine by Arnaldo Carvalho de Melo · 9 years ago
  88. bae9cc4 perf list: Add support for PERF_COUNT_SW_BPF_OUT by Arnaldo Carvalho de Melo · 9 years ago
  89. 9bdcede perf test: 'unwind' test should create kernel maps by Jiri Olsa · 9 years ago
  90. c4e0794 perf buildid-list: Show running kernel build id fix by Michael Petlan · 9 years ago
  91. 43798bf bpf tools: Add helper function for updating bpf maps elements by He Kuang · 9 years ago
  92. dcdd184 perf evlist: Display WEIGHT sample type bit by Jiri Olsa · 9 years ago
  93. 6acd8e9 perf stat: Clear sample_(type|period) for counting by Jiri Olsa · 9 years ago
  94. f55ae95 perf symbols: Add the path to vmlinux.debug by Ekaterina Tumanova · 9 years ago
  95. aac4864 perf symbols: Refactor vmlinux_path__init() to ease path additions by Ekaterina Tumanova · 9 years ago
  96. 5e50426 tools build: Use fixdep with OUTPUT path prefix by Jiri Olsa · 9 years ago
  97. 809e942 perf script: Pass perf_script into process_event by Jiri Olsa · 9 years ago
  98. b2be545 perf tools: Correctly identify anon_hugepage when generating map (v2) by Yannick Brosseau · 9 years ago
  99. c03d518 perf machine: Adjust dso->long_name for offline module by Wang Nan · 9 years ago
  100. 67befc6 perf build: Fix traceevent plugins build race by Jiri Olsa · 9 years ago