1. 8572388 perf record: Add --all-user/--all-kernel options by Jiri Olsa · 9 years ago
  2. d2db9a9 perf record: Use OPT_BOOLEAN_SET for buildid cache related options by Wang Nan · 10 years ago
  3. 6156681 perf record: Add --buildid-all option by Namhyung Kim · 10 years ago
  4. 5c0cf22 perf record: Store data mmaps for dwarf unwind by Jiri Olsa · 10 years ago
  5. ffa517a perf tools: Introduce stat perf.data header feature by Jiri Olsa · 10 years ago
  6. 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 10 years ago
  7. 7a29c08 perf record: Add record.build-id config option by Namhyung Kim · 10 years ago
  8. 7efe0e0 perf record: Support custom vmlinux path by He Kuang · 10 years ago
  9. 48e1cab perf tools: Make options always available, even if required libs not linked by Wang Nan · 10 years ago
  10. 71dc2326 perf record: Add clang options for compiling BPF scripts by Wang Nan · 10 years ago
  11. c711836 perf tools: Introduce usage_with_options_msg() by Namhyung Kim · 10 years ago
  12. 76a2654 perf tools: Improve call graph documents and help messages by Namhyung Kim · 10 years ago
  13. 21cf628 perf tools: Move callchain help messages to callchain.h by Namhyung Kim · 10 years ago
  14. 9f06519 perf record: Change 'record.samples' type to unsigned long long by Yang Shi · 10 years ago
  15. e5bed56 perf record: Allocate area for sample_id_hdr in a synthesized comm event by Namhyung Kim · 10 years ago
  16. e803cf9 perf record: Synthesize COMM event for a command line workload by Namhyung Kim · 10 years ago
  17. bcc84ec perf record: Add ability to name registers to record by Stephane Eranian · 10 years ago
  18. d988d5e perf evlist: Open event on evsel cpus and threads by Kan Liang · 10 years ago
  19. 40a2ea1 Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding more changes by Ingo Molnar · 10 years ago
  20. cca8482 perf tools: Fix buildid processing by Adrian Hunter · 10 years ago
  21. c3a6a8c perf tools: Refine parse/config callchain functions by Kan Liang · 10 years ago
  22. c421e80 perf tools: Introduce callgraph_set for callgraph option by Kan Liang · 10 years ago
  23. b757bb0 perf record: Add option --switch-events to select PERF_RECORD_SWITCH events by Adrian Hunter · 10 years ago
  24. 4ba1faa perf record: Allow filtering perf's pid via --exclude-perf by Wang Nan · 10 years ago
  25. 3abebc5 perf record: Let user have timestamps with per-thread recording by Adrian Hunter · 10 years ago
  26. 9d9cad7 perf tools: Configurable per thread proc map processing time out by Kan Liang · 10 years ago
  27. 5610032 perf record: Amend option summaries by Peter Zijlstra · 10 years ago
  28. 457ae94 perf record: Fix perf.data size in no-buildid mode by He Kuang · 10 years ago
  29. f00898f perf tools: Move branch option parsing to own file by Andi Kleen · 10 years ago
  30. 2dd6d8a perf record: Add AUX area tracing Snapshot Mode support by Adrian Hunter · 10 years ago
  31. e31f0d0 perf tools: Add build option NO_AUXTRACE to exclude AUX area tracing by Adrian Hunter · 10 years ago
  32. cd10b28 perf tools: Hit all build ids when AUX area tracing by Adrian Hunter · 10 years ago
  33. 99fa298 perf tools: Add AUX area tracing index by Adrian Hunter · 10 years ago
  34. e9db131 perf record: Extend -m option for AUX area tracing mmap pages by Adrian Hunter · 10 years ago
  35. ef149c2 perf record: Add basic AUX area tracing support by Adrian Hunter · 10 years ago
  36. 7b8283b5 perf evlist: Fix type for references to data_head/tail by David Ahern · 10 years ago
  37. 814c8c3 perf record: Add clockid parameter by Peter Zijlstra · 10 years ago
  38. 23d4aad perf evlist: Return the first evsel with an invalid filter in apply_filters() by Arnaldo Carvalho de Melo · 10 years ago
  39. b7b61cb perf ordered_events: Shorten function signatures by Arnaldo Carvalho de Melo · 10 years ago
  40. 85c273d perf record: Support recording running/enabled time by Andi Kleen · 10 years ago
  41. aad2b21 perf tools: Enable LBR call stack support by Kan Liang · 11 years ago
  42. 42aa276 perf tools: Use perf_data_file__fd() consistently by Namhyung Kim · 11 years ago
  43. e3d5911 perf record: Show precise number of samples by Namhyung Kim · 11 years ago
  44. 4ac30cf perf tools: Do not use __perf_session__process_events() directly by Namhyung Kim · 11 years ago
  45. 4b6c517 perf record: Add new -I option to sample interrupted machine state by Stephane Eranian · 11 years ago
  46. 00dc865 perf record: Do not save pathname in ./debug/.build-id directory for vmlinux by Namhyung Kim · 11 years ago
  47. e5b2c20 perf tools: Export usage string and option table of perf record by Namhyung Kim · 11 years ago
  48. f14d570 perf evsel: No need to drag util/cgroup.h by Arnaldo Carvalho de Melo · 11 years ago
  49. 8f651ea perf callchain: Move the callchain_param extern to callchain.h by Arnaldo Carvalho de Melo · 11 years ago
  50. 5a2e5e8 perf tools: Convert {record,top}.call-graph option to call-graph.record-mode by Namhyung Kim · 11 years ago
  51. f7f084f perf callchain: Move some parser functions to callchain.c by Namhyung Kim · 11 years ago
  52. 72a128a perf tools: Move callchain config from record_opts to callchain_param by Namhyung Kim · 11 years ago
  53. 6dcf45ef perf record: Filter out POLLHUP'ed file descriptors by Arnaldo Carvalho de Melo · 11 years ago
  54. f66a889 perf evlist: Introduce poll method for common code idiom by Arnaldo Carvalho de Melo · 11 years ago
  55. e568573 perf record: Use ring buffer consume method to look like other tools by Arnaldo Carvalho de Melo · 11 years ago
  56. 35550da perf record: Use strerror_r instead of strerror by Masami Hiramatsu · 11 years ago
  57. 0a7e6d1 perf tools: Check recorded kernel version when finding vmlinux by Namhyung Kim · 11 years ago
  58. 8affc2b perf record: Honour --no-time command line option by Andi Kleen · 11 years ago
  59. dcabb50 perf record: Store PERF_RECORD_FINISHED_ROUND only for nonempty rounds by Jiri Olsa · 11 years ago
  60. 33bf748 perf record: Always force PERF_RECORD_FINISHED_ROUND event by Jiri Olsa · 11 years ago
  61. 0fffa5d perf/tool: Add conditional branch filter 'cond' to perf record by Anshuman Khandual · 11 years ago
  62. a515114 perf record: Fix poll return value propagation by Jiri Olsa · 11 years ago
  63. bac1e4d perf tools: Get rid of on_exit() feature test by Namhyung Kim · 11 years ago
  64. 4560471 perf record: Propagate exit status of a command line workload by Namhyung Kim · 11 years ago
  65. ffa9188 perf tools: Improve error reporting by Adrien BAK · 11 years ago
  66. 9ff125d perf callchain: Introduce HAVE_DWARF_UNWIND_SUPPORT macro by Jiri Olsa · 12 years ago
  67. a601fdf perf record: Add readable output for callchain debug by Jiri Olsa · 12 years ago
  68. eb853e8 perf tools: Add call-graph option support into .perfconfig by Jiri Olsa · 12 years ago
  69. 0ae617b perf record: Get ref_reloc_sym from kernel map by Adrian Hunter · 12 years ago
  70. a6205a3 perf record: Rename --initial-delay to --delay by Arnaldo Carvalho de Melo · 12 years ago
  71. 509051e perf record: Rename --no-delay to --no-buffering by Arnaldo Carvalho de Melo · 12 years ago
  72. 6619a53 perf record: Add --initial-delay option by Andi Kleen · 12 years ago
  73. 0050f7a perf evlist: Introduce evlist__for_each() & friends by Arnaldo Carvalho de Melo · 12 years ago
  74. 983874d perf evlist: Auto unmap on destructor by Arnaldo Carvalho de Melo · 12 years ago
  75. f26e1c7 perf evlist: Close fds on destructor by Arnaldo Carvalho de Melo · 12 years ago
  76. 03ad974 perf evlist: Move destruction of maps to evlist destructor by Arnaldo Carvalho de Melo · 12 years ago
  77. 3e2be2d perf record: Remove old evsel_list usage by Arnaldo Carvalho de Melo · 12 years ago
  78. 735f7e0 perf evlist: Move the SIGUSR1 error reporting logic to prepare_workload by Arnaldo Carvalho de Melo · 12 years ago
  79. f33cbe7 perf evlist: Send the errno in the signal when workload fails by Arnaldo Carvalho de Melo · 12 years ago
  80. b400679 perf tools: Rename 'perf_record_opts' to 'record_opts by Arnaldo Carvalho de Melo · 12 years ago
  81. 8c6f45a perf record: Rename 'perf_record' to plain 'record' by Arnaldo Carvalho de Melo · 12 years ago
  82. cf8b2e6 perf record: Simplify perf_record__write by Arnaldo Carvalho de Melo · 12 years ago
  83. 50a9b86 perf record: Use perf_data_file__write for output file by Jiri Olsa · 12 years ago
  84. 53653d7 perf record: Fix display of incorrect mmap pages by Adrian Hunter · 12 years ago
  85. 6233dd5 perf record: Unify data output code into perf_record__write function by Jiri Olsa · 12 years ago
  86. 69e7e5b perf record: Default -t option to no inheritance by Adrian Hunter · 12 years ago
  87. 3aa5939 perf record: Make per-cpu mmaps the default. by Adrian Hunter · 12 years ago
  88. 539e6bb perf record: Add an option to force per-cpu mmaps by Adrian Hunter · 12 years ago
  89. 602ad87 perf target: Shorten perf_target__ to target__ by Arnaldo Carvalho de Melo · 12 years ago
  90. a9986fa perf record: Move existing write_output into helper function by David Ahern · 12 years ago
  91. 410f178 perf record: Use correct return type for write() by Adrian Hunter · 12 years ago
  92. a33fbd5 perf machine: Simplify synthesize_threads method by Arnaldo Carvalho de Melo · 12 years ago
  93. 58d925d perf machine: Introduce synthesize_threads method out of open coded equivalent by Arnaldo Carvalho de Melo · 12 years ago
  94. 62605dc50 perf record: Synthesize non-exec MMAP records when --data used by Arnaldo Carvalho de Melo · 12 years ago
  95. 7ab75cf perf record: Remove post_processing_offset variable by David Ahern · 12 years ago
  96. f34b900 perf record: Remove advance_output function by David Ahern · 12 years ago
  97. 57706ab perf record: Refactor feature handling into a separate function by David Ahern · 12 years ago
  98. 714647b perf tools: Check maximum frequency rate for record/top by Jiri Olsa · 12 years ago
  99. aac8985 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 12 years ago
  100. 09b0fd4 perf record: Split -g and --call-graph by Jiri Olsa · 12 years ago