1. 62d94b0 perf tools: Replace error() with pr_err() by Arnaldo Carvalho de Melo · 7 years ago
  2. 4208735 perf tools: Remove poll.h and wait.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  3. c5e4027 perf tools: Move timestamp routines from util.h to time-utils.h by Arnaldo Carvalho de Melo · 8 years ago
  4. 58db1d6 perf tools: Move units conversion/formatting routines to separate object by Arnaldo Carvalho de Melo · 8 years ago
  5. 9607ad3 perf tools: Add signal.h to places using its definitions by Arnaldo Carvalho de Melo · 8 years ago
  6. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  7. fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
  8. b0ad8ea perf tools: Remove unused 'prefix' from builtin functions by Arnaldo Carvalho de Melo · 8 years ago
  9. e907caf perf record: Synthesize namespace events for current processes by Hari Bathini · 8 years ago
  10. f3b3614 perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info by Hari Bathini · 8 years ago
  11. 68ba323 perf record: Honor --quiet option properly by Namhyung Kim · 8 years ago
  12. bb963e1 perf utils: Check verbose flag properly by Namhyung Kim · 8 years ago
  13. 483635a perf record: Add -a as default target by Jiri Olsa · 8 years ago
  14. 9d6aae7 perf record: Do not put a variable sized type not at the end of a struct by Arnaldo Carvalho de Melo · 8 years ago
  15. d6195a6 perf evsel: Inform how to make a sysctl setting permanent by Arnaldo Carvalho de Melo · 8 years ago
  16. ecc4c56 perf tools: Propagate perf_config() errors by Arnaldo Carvalho de Melo · 8 years ago
  17. bfacbe3 perf record: Add switch-output time option argument by Jiri Olsa · 8 years ago
  18. 0c58244 perf record: Add switch-output size warning by Jiri Olsa · 8 years ago
  19. dc0c612 perf record: Add switch-output size option argument by Jiri Olsa · 8 years ago
  20. cb4e1eb perf record: Change switch-output option to take optional argument by Jiri Olsa · 8 years ago
  21. 1b43b70 perf record: Add struct switch_output by Jiri Olsa · 8 years ago
  22. 60437ac perf record: Fix --switch-output documentation and comment by Jiri Olsa · 8 years ago
  23. efd2130 perf record: Make __record_options static by Jiri Olsa · 8 years ago
  24. 23dc4f1 perf record: Force ignore_missing_thread for uid option by Jiri Olsa · 8 years ago
  25. a074865 perf tools: Introduce perf hooks by Wang Nan · 8 years ago
  26. 1b36c03 perf record: Add support for using symbols in address filters by Adrian Hunter · 8 years ago
  27. 5c01ad6 perf record: Fix error paths by Adrian Hunter · 8 years ago
  28. 394c01e perf record: Rename label 'out_symbol_exit' by Adrian Hunter · 8 years ago
  29. 5d8bb1e perf tools: Add PMU configuration to tools by Mathieu Poirier · 8 years ago
  30. 5e30d55 perf record: Fix spelling mistake "Finshed" -> "Finished" by Colin Ian King · 8 years ago
  31. 0693e68 perf record: Use USEC_PER_MSEC by Arnaldo Carvalho de Melo · 8 years ago
  32. b6f35ed perf record: Add --sample-cpu option by Jiri Olsa · 8 years ago
  33. 4ea648a perf record: Add --tail-synthesize option by Wang Nan · 8 years ago
  34. 626a6b7 perf tools: Enable overwrite settings by Wang Nan · 8 years ago
  35. 05737464 perf record: Read from overwritable ring buffer by Wang Nan · 8 years ago
  36. 54cc54d perf evlist: Setup backward mmap state machine by Wang Nan · 8 years ago
  37. b2cb615 perf evlist: Introduce backward_mmap array for evlist by Wang Nan · 8 years ago
  38. a4ea0ec perf record: Decouple record__mmap_read() and evlist. by Wang Nan · 8 years ago
  39. c8b5f2c tools: Introduce str_error_r() by Arnaldo Carvalho de Melo · 8 years ago
  40. ee667f9 perf record: Prepare picking perf_event_mmap_page from multiple evlists by Wang Nan · 8 years ago
  41. cb21686 perf record: Prepare reading from multiple evlists in record__mmap_read_all() by Wang Nan · 8 years ago
  42. cda57a8 perf record: Move mmap setup block to separate function by Wang Nan · 8 years ago
  43. e5cadb9 perf evlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 8 years ago
  44. 41840d2 perf config: Move config declarations from util/cache.h to util/config.h by Taeung Song · 8 years ago
  45. 0aab213 perf record: Add --dry-run option to check cmdline options by Wang Nan · 9 years ago
  46. c45628b perf record: Robustify perf_event__synth_time_conv() by Wang Nan · 9 years ago
  47. 3a62a7b perf record: Read from backward ring buffer by Wang Nan · 9 years ago
  48. 09fa4f4 perf record: Rename variable to make code clear by Wang Nan · 9 years ago
  49. 2d11c65 perf record: Prevent reading invalid data in record__mmap_read by Wang Nan · 9 years ago
  50. be7b0c9 perf record: Generate tracking events for process forked by perf by Wang Nan · 9 years ago
  51. 0c1d46a perf record: Disable buildid cache options by default in switch output mode by Wang Nan · 9 years ago
  52. eca857a perf record: Force enable --timestamp-filename when --switch-output is provided by Wang Nan · 9 years ago
  53. 3c1cb7e perf record: Split output into multiple files via '--switch-output' by Wang Nan · 9 years ago
  54. 5f9cf59 perf tools: Derive trigger class from auxtrace_snapshot by Wang Nan · 9 years ago
  55. 2ddd5c0 perf tools: Ditch record_opts.callgraph_set by Arnaldo Carvalho de Melo · 9 years ago
  56. 0883e82 perf record: Export record_opts based callchain parsing helper by Arnaldo Carvalho de Melo · 9 years ago
  57. ecfd7a9 perf record: Add '--timestamp-filename' option to append timestamp to output file name by Wang Nan · 9 years ago
  58. c0bdc1c perf record: Turns auxtrace_snapshot_enable into 3 states by Wang Nan · 9 years ago
  59. e68ae9c perf evsel: Do not use globals in config() by Arnaldo Carvalho de Melo · 9 years ago
  60. d788857 perf bpf: Clone bpf stdout events in multiple bpf scripts by Wang Nan · 9 years ago
  61. 46bc29b perf tools: Add time conversion event by Adrian Hunter · 9 years ago
  62. 95c3656 perf record: Ensure return non-zero rc when mmap fail by Wang Nan · 9 years ago
  63. e1ab48b perf record: Introduce record__finish_output() to finish a perf.data by Wang Nan · 9 years ago
  64. c45c86e perf record: Extract synthesize code to record__synthesize() by Wang Nan · 9 years ago
  65. d8871ea perf record: Use WARN_ONCE to replace 'if' condition by Wang Nan · 9 years ago
  66. 8690a2a perf record: Apply config to BPF objects before recording by Wang Nan · 9 years ago
  67. 8572388 perf record: Add --all-user/--all-kernel options by Jiri Olsa · 9 years ago
  68. d2db9a9 perf record: Use OPT_BOOLEAN_SET for buildid cache related options by Wang Nan · 9 years ago
  69. 6156681 perf record: Add --buildid-all option by Namhyung Kim · 9 years ago
  70. 5c0cf22 perf record: Store data mmaps for dwarf unwind by Jiri Olsa · 9 years ago
  71. ffa517a perf tools: Introduce stat perf.data header feature by Jiri Olsa · 9 years ago
  72. 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 9 years ago
  73. 7a29c08 perf record: Add record.build-id config option by Namhyung Kim · 9 years ago
  74. 7efe0e0 perf record: Support custom vmlinux path by He Kuang · 9 years ago
  75. 48e1cab perf tools: Make options always available, even if required libs not linked by Wang Nan · 9 years ago
  76. 71dc2326 perf record: Add clang options for compiling BPF scripts by Wang Nan · 9 years ago
  77. c711836 perf tools: Introduce usage_with_options_msg() by Namhyung Kim · 9 years ago
  78. 76a2654 perf tools: Improve call graph documents and help messages by Namhyung Kim · 9 years ago
  79. 21cf628 perf tools: Move callchain help messages to callchain.h by Namhyung Kim · 9 years ago
  80. 9f06519 perf record: Change 'record.samples' type to unsigned long long by Yang Shi · 9 years ago
  81. e5bed56 perf record: Allocate area for sample_id_hdr in a synthesized comm event by Namhyung Kim · 9 years ago
  82. e803cf9 perf record: Synthesize COMM event for a command line workload by Namhyung Kim · 9 years ago
  83. bcc84ec perf record: Add ability to name registers to record by Stephane Eranian · 9 years ago
  84. d988d5e perf evlist: Open event on evsel cpus and threads by Kan Liang · 9 years ago
  85. 40a2ea1 Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding more changes by Ingo Molnar · 9 years ago
  86. cca8482 perf tools: Fix buildid processing by Adrian Hunter · 9 years ago
  87. c3a6a8c perf tools: Refine parse/config callchain functions by Kan Liang · 9 years ago
  88. c421e80 perf tools: Introduce callgraph_set for callgraph option by Kan Liang · 9 years ago
  89. b757bb0 perf record: Add option --switch-events to select PERF_RECORD_SWITCH events by Adrian Hunter · 9 years ago
  90. 4ba1faa perf record: Allow filtering perf's pid via --exclude-perf by Wang Nan · 9 years ago
  91. 3abebc5 perf record: Let user have timestamps with per-thread recording by Adrian Hunter · 9 years ago
  92. 9d9cad7 perf tools: Configurable per thread proc map processing time out by Kan Liang · 10 years ago
  93. 5610032 perf record: Amend option summaries by Peter Zijlstra · 10 years ago
  94. 457ae94 perf record: Fix perf.data size in no-buildid mode by He Kuang · 10 years ago
  95. f00898f perf tools: Move branch option parsing to own file by Andi Kleen · 10 years ago
  96. 2dd6d8a perf record: Add AUX area tracing Snapshot Mode support by Adrian Hunter · 10 years ago
  97. e31f0d0 perf tools: Add build option NO_AUXTRACE to exclude AUX area tracing by Adrian Hunter · 10 years ago
  98. cd10b28 perf tools: Hit all build ids when AUX area tracing by Adrian Hunter · 10 years ago
  99. 99fa298 perf tools: Add AUX area tracing index by Adrian Hunter · 10 years ago
  100. e9db131 perf record: Extend -m option for AUX area tracing mmap pages by Adrian Hunter · 10 years ago