1. 3535a69 perf record: Improve 'Workload failed' message printing events + what was exec'ed by Arnaldo Carvalho de Melo · 3 years, 9 months ago
  2. d58b3f7 perf auxtrace: Automatically group aux-output events by Adrian Hunter · 4 years ago
  3. e16c2ce perf record: Fix continue profiling after draining the buffer by Yang Jihong · 3 years, 11 months ago
  4. 47fddcb perf tools: Add 'ping' control command by Jiri Olsa · 4 years ago
  5. f186cd6 perf tools: Add 'stop' control command by Jiri Olsa · 4 years ago
  6. 142544a perf tools: Add 'evlist' control command by Jiri Olsa · 4 years ago
  7. 991ae4e perf tools: Allow to enable/disable events via control file by Jiri Olsa · 4 years ago
  8. c1de7f3 perf record: Add support for PERF_SAMPLE_CODE_PAGE_SIZE by Kan Liang · 4 years ago
  9. e29386c perf record: Add --buildid-mmap option to enable PERF_RECORD_MMAP2's build id by Jiri Olsa · 4 years, 1 month ago
  10. 542b88f perf record: Support new sample type for data page size by Kan Liang · 4 years, 1 month ago
  11. db0ea13c perf evlist: Use the right prefix for 'struct evlist' record methods by Arnaldo Carvalho de Melo · 4 years, 1 month ago
  12. 25f84702 perf evlist: Use the right prefix for 'struct evlist' mmap pages parsing method by Arnaldo Carvalho de Melo · 4 years, 1 month ago
  13. 78e1bc2 perf evlist: Use the right prefix for 'struct evlist' event attribute config methods by Arnaldo Carvalho de Melo · 4 years, 1 month ago
  14. 64b4778 perf evlist: Use the right prefix for 'struct evlist' event group methods by Arnaldo Carvalho de Melo · 4 years, 1 month ago
  15. 7748bb7 perf evlist: Use the right prefix for 'struct evlist' create maps methods by Arnaldo Carvalho de Melo · 4 years, 1 month ago
  16. e80db25 perf evlist: Use the right prefix for 'struct evlist' tracking event methods by Arnaldo Carvalho de Melo · 4 years, 1 month ago
  17. 08c8399 perf evlist: Use the right prefix for 'struct evlist' sideband thread methods by Arnaldo Carvalho de Melo · 4 years, 1 month ago
  18. 24bf91a perf evlist: Use the right prefix for 'struct evlist' 'filter' methods by Arnaldo Carvalho de Melo · 4 years, 1 month ago
  19. ade9d20 perf evlist: Use the right prefix for 'struct evlist' 'toggle' methods by Arnaldo Carvalho de Melo · 4 years, 1 month ago
  20. 7b392ef perf evlist: Use the right prefix for 'struct evlist' 'workload' methods by Arnaldo Carvalho de Melo · 4 years, 1 month ago
  21. ee7fe31 perf tools: Consolidate close_control_option()'s into one function by Adrian Hunter · 4 years, 4 months ago
  22. d20aff1 perf record: Add 'snapshot' control command by Adrian Hunter · 4 years, 4 months ago
  23. a8fcbd2 perf tools: Add FIFO file names as alternative options to --control by Adrian Hunter · 4 years, 4 months ago
  24. 9864a66 perf tools: Consolidate --control option parsing into one function by Adrian Hunter · 4 years, 4 months ago
  25. a060c1f perf record: Correct the help info of option "--no-bpf-event" by Wei Li · 4 years, 4 months ago
  26. 1101c87 perf record: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not set by Jin Yao · 4 years, 5 months ago
  27. 9d88a1a1 perf tools: Move clockid_res_ns under clock struct by Jiri Olsa · 4 years, 5 months ago
  28. d1e325c perf header: Store clock references for -k/--clockid option by Jiri Olsa · 4 years, 5 months ago
  29. 6953beb perf clockid: Move parse_clockid() to new clockid object by Jiri Olsa · 4 years, 5 months ago
  30. 1d078cc perf record: Introduce --control fd:ctl-fd[,ack-fd] options by Alexey Budankov · 4 years, 6 months ago
  31. acce022 perf record: Implement control commands handling by Alexey Budankov · 4 years, 6 months ago
  32. 68cd3b4 perf record: Extend -D,--delay option with -1 value by Alexey Budankov · 4 years, 6 months ago
  33. 246eba8 perf tools: Add support for PERF_RECORD_TEXT_POKE by Adrian Hunter · 4 years, 8 months ago
  34. facbf0b Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 4 years, 6 months ago
  35. 442ad225 perf record: Fix duplicated sideband events with Intel PT system wide tracing by Adrian Hunter · 4 years, 6 months ago
  36. 8cedf3a perf evlist: Fix the class prefix for 'struct evlist' sample_id_all methods by Arnaldo Carvalho de Melo · 4 years, 7 months ago
  37. e251abe perf evlist: Fix the class prefix for 'struct evlist' 'add' evsel methods by Arnaldo Carvalho de Melo · 4 years, 7 months ago
  38. 7094349 perf tools: Add optional support for libpfm4 by Stephane Eranian · 4 years, 8 months ago
  39. 16b4b4e perf record: Respect --no-switch-events by Adrian Hunter · 4 years, 7 months ago
  40. da23133 perf record: Use an eventfd to wakeup when done by Anand K Mistry · 4 years, 8 months ago
  41. 0a892c1 perf record: Add dummy event during system wide synthesis by Ian Rogers · 4 years, 8 months ago
  42. 2bb72db perf evsel: Rename perf_evsel__group_idx() to evsel__group_idx() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  43. ae43089 perf evsel: Rename perf_evsel__fallback() to evsel__fallback() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  44. 8ab2e96 perf evsel: Rename *perf_evsel__*name() to *evsel__*name() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  45. 23cbb41 perf record: Move side band evlist setup to separate routine by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  46. 899e5ff perf record: Introduce --switch-output-event by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  47. b38d85e perf bpf: Decouple creating the evlist from adding the SB event by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  48. bc477d7 perf record: Move sb_evlist to 'struct record' by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  49. 40c7d24 perf tools: Move routines that probe for perf API features to separate file by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  50. d99c22e perf record: Add num-synthesize-threads option by Stephane Eranian · 4 years, 8 months ago
  51. 8fb4b67 perf record: Add --all-cgroups option by Namhyung Kim · 4 years, 9 months ago
  52. ab64069 perf record: Support synthesizing cgroup events by Namhyung Kim · 4 years, 9 months ago
  53. 8384a26 perf record: Adapt affinity to machines with #CPUs > 1K by Alexey Budankov · 5 years ago
  54. 4804e01 perf stat: Use affinity for opening events by Andi Kleen · 5 years ago
  55. c0a6de0 perf record: Add support for AUX area sampling by Adrian Hunter · 5 years ago
  56. 6e0a9b3 perf record: No need to process the synthesized MMAP events twice by Arnaldo Carvalho de Melo · 5 years ago
  57. 6d57581 perf record: Add support for limit perf output file size by Jiwei Sun · 5 years ago
  58. eeb399b perf record: Put a copy of kcore into the perf.data directory by Adrian Hunter · 5 years ago
  59. 46e201e perf data: Support single perf.data file directory by Adrian Hunter · 5 years ago
  60. 80e53d1 libperf: Adopt perf_mmap__put() function from tools/perf by Jiri Olsa · 5 years ago
  61. e75710f libperf: Adopt perf_mmap__get() function from tools/perf by Jiri Olsa · 5 years ago
  62. bf59b30 libperf: Adopt perf_mmap__mmap_len() function from tools/perf by Jiri Olsa · 5 years ago
  63. 80ab298 libperf: Add perf_evlist__poll() function by Jiri Olsa · 5 years ago
  64. f4009e7 libperf: Add perf_evlist__add_pollfd() function by Jiri Olsa · 5 years ago
  65. 515dbe4 libperf: Add perf_evlist__first()/last() functions by Jiri Olsa · 5 years ago
  66. f6fa437 libperf: Move 'mmap_len' from 'struct evlist' to 'struct perf_evlist' by Jiri Olsa · 5 years ago
  67. c976ee1 libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist' by Jiri Olsa · 5 years ago
  68. 65aa2e6 libperf: Add 'flush' to 'struct perf_mmap' by Jiri Olsa · 5 years ago
  69. 547740f libperf: Add perf_mmap struct by Jiri Olsa · 5 years ago
  70. e0fcfb0 perf evlist: Adopt backwards ring buffer state enum by Arnaldo Carvalho de Melo · 5 years ago
  71. 9521b5f perf tools: Rename perf_evlist__mmap() to evlist__mmap() by Jiri Olsa · 5 years ago
  72. a583053 perf tools: Rename 'struct perf_mmap' to 'struct mmap' by Jiri Olsa · 5 years ago
  73. c8b567c perf record: Move restricted maps check to after a possible fallback to not collect kernel samples by Arnaldo Carvalho de Melo · 5 years ago
  74. 6ef81c5 perf session: Return error code for perf_session__new() function on failure by Mamatha Inamdar · 5 years ago
  75. 055c67e perf tools: Move event synthesizing routines to separate .c file by Arnaldo Carvalho de Melo · 5 years ago
  76. ea49e01 perf tools: Move event synthesizing routines to separate header by Arnaldo Carvalho de Melo · 5 years ago
  77. 8520a98 perf debug: Remove needless include directives from debug.h by Arnaldo Carvalho de Melo · 5 years ago
  78. c1a604d perf tools: Remove needless perf.h include directive from headers by Arnaldo Carvalho de Melo · 5 years ago
  79. 7293237 libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix by Jiri Olsa · 5 years ago
  80. d06e5fa perf tools: Warn that perf_event_paranoid can restrict kernel symbols by Igor Lubashev · 5 years ago
  81. aeb00b1 perf record: Move record_opts and other record decls out of perf.h by Arnaldo Carvalho de Melo · 5 years ago
  82. ce7b0e4 perf record: Add an option to take an AUX snapshot on exit by Alexander Shishkin · 5 years ago
  83. 03617c2 libperf: Add threads to struct perf_evlist by Jiri Olsa · 5 years ago
  84. f72f901 libperf: Add cpus to struct perf_evlist by Jiri Olsa · 5 years ago
  85. af663bd libperf: Add threads to struct perf_evsel by Jiri Olsa · 5 years ago
  86. d400bd3 libperf: Add cpus to struct perf_evsel by Jiri Olsa · 5 years ago
  87. 1fc632c libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel by Jiri Olsa · 5 years ago
  88. 6484d2f libperf: Add nr_entries to struct perf_evlist by Jiri Olsa · 5 years ago
  89. ce9036a libperf: Include perf_evlist in evlist object by Jiri Olsa · 5 years ago
  90. 7836e52 libperf: Add perf_thread_map__get()/perf_thread_map__put() by Jiri Olsa · 5 years ago
  91. e74676d perf evlist: Rename perf_evlist__disable() to evlist__disable() by Jiri Olsa · 5 years ago
  92. 1c87f16 perf evlist: Rename perf_evlist__enable() to evlist__enable() by Jiri Olsa · 5 years ago
  93. 5972d1e perf evsel: Rename perf_evsel__open() to evsel__open() by Jiri Olsa · 5 years ago
  94. c12995a perf evlist: Rename perf_evlist__delete() to evlist__delete() by Jiri Olsa · 5 years ago
  95. 0f98b11 perf evlist: Rename perf_evlist__new() to evlist__new() by Jiri Olsa · 5 years ago
  96. 63503db perf evlist: Rename struct perf_evlist to struct evlist by Jiri Olsa · 5 years ago
  97. 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 5 years ago
  98. 9749b90 perf tools: Rename struct thread_map to struct perf_thread_map by Jiri Olsa · 5 years ago
  99. d8f9da2 perf tools: Use zfree() where applicable by Arnaldo Carvalho de Melo · 5 years ago
  100. 53651b2 perf record: Add support to collect callchains from kernel or user space only by yuzhoujian · 6 years ago