1. 7cc7255 perf tools: Check vmlinux/kallsyms arguments in all tools by James Clark · 3 years, 3 months ago
  2. 84111b9 perf tools: Allow controlling synthesizing PERF_RECORD_ metadata events during record by Namhyung Kim · 3 years, 5 months ago
  3. 2681bd8 perf tools: Remove repipe argument from perf_session__new() by Namhyung Kim · 3 years, 6 months ago
  4. fba7c86 libperf: Move 'leader' from tools/perf to perf_evsel::leader by Jiri Olsa · 3 years, 6 months ago
  5. 38fe0e0 libperf: Move 'idx' from tools/perf to perf_evsel::idx by Jiri Olsa · 3 years, 6 months ago
  6. 51f3824 perf top: Add cgroup support for perf top (-G) by Joshua Martinez · 3 years, 7 months ago
  7. bf8f858 perf top: Use evlist->events_stat to count events by Namhyung Kim · 3 years, 9 months ago
  8. 4d39c89 perf tools: Fix various typos in comments by Ingo Molnar · 3 years, 10 months ago
  9. 25f84702 perf evlist: Use the right prefix for 'struct evlist' mmap pages parsing method by Arnaldo Carvalho de Melo · 4 years, 2 months ago
  10. 78e1bc2 perf evlist: Use the right prefix for 'struct evlist' event attribute config methods by Arnaldo Carvalho de Melo · 4 years, 2 months ago
  11. 7748bb7 perf evlist: Use the right prefix for 'struct evlist' create maps methods by Arnaldo Carvalho de Melo · 4 years, 2 months ago
  12. f4bd0b4 perf evlist: Use the right prefix for 'struct evlist' browser methods by Arnaldo Carvalho de Melo · 4 years, 2 months ago
  13. 3ccf8a7 perf evlist: Use the right prefix for 'struct evlist' sample id lookup methods by Arnaldo Carvalho de Melo · 4 years, 2 months ago
  14. 2a6599c perf evlist: Use the right prefix for 'struct evlist' sample parsing methods by Arnaldo Carvalho de Melo · 4 years, 2 months ago
  15. 08c8399 perf evlist: Use the right prefix for 'struct evlist' sideband thread methods by Arnaldo Carvalho de Melo · 4 years, 2 months ago
  16. ade9d20 perf evlist: Use the right prefix for 'struct evlist' 'toggle' methods by Arnaldo Carvalho de Melo · 4 years, 2 months ago
  17. 0c5f1ac perf top: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not set by Tiezhu Yang · 4 years, 5 months ago
  18. e251abe perf evlist: Fix the class prefix for 'struct evlist' 'add' evsel methods by Arnaldo Carvalho de Melo · 4 years, 7 months ago
  19. 7094349 perf tools: Add optional support for libpfm4 by Stephane Eranian · 4 years, 9 months ago
  20. 35ac0ca perf evsel: Rename *perf_evsel__get_config_term() & friends to evsel__env() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  21. 10c513f perf evsel: Rename perf_evsel__resort*() to evsel__resort*() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  22. 2bb72db perf evsel: Rename perf_evsel__group_idx() to evsel__group_idx() by Arnaldo Carvalho de Melo · 4 years, 9 months ago
  23. ae43089 perf evsel: Rename perf_evsel__fallback() to evsel__fallback() by Arnaldo Carvalho de Melo · 4 years, 9 months ago
  24. c754c38 perf evsel: Rename perf_evsel__is_*() to evsel__is*() by Arnaldo Carvalho de Melo · 4 years, 9 months ago
  25. 8ab2e96 perf evsel: Rename *perf_evsel__*name() to *evsel__*name() by Arnaldo Carvalho de Melo · 4 years, 9 months ago
  26. b38d85e perf bpf: Decouple creating the evlist from adding the SB event by Arnaldo Carvalho de Melo · 4 years, 9 months ago
  27. ca6c9c8 perf top: Move sb_evlist to 'struct perf_top' by Arnaldo Carvalho de Melo · 4 years, 9 months ago
  28. 13e0c84 perf top: Add option to enable the LBR stitching approach by Kan Liang · 4 years, 10 months ago
  29. 2605af0 perf top: Support hotkey to change sort order by Jin Yao · 4 years, 10 months ago
  30. df7deb2 perf top: Support --group-sort-idx to change the sort order by Jin Yao · 4 years, 10 months ago
  31. f382842 perf top: Add --all-cgroups option by Namhyung Kim · 4 years, 10 months ago
  32. 29b4f5f perf top: Fix stdio interface input handling with glibc 2.28+ by Tommi Rantala · 4 years, 11 months ago
  33. e0ad4d6 perf annotate: Remove privsize from symbol__annotate() args by Ravi Bangoria · 5 years ago
  34. 7384083 perf annotate: Make perf config effective by Ravi Bangoria · 5 years ago
  35. 3b0b16bf perf tools: Support --prefix/--prefix-strip by Andi Kleen · 5 years ago
  36. 61208e6 perf top: Do not bail out when perf_env__read_cpuid() returns ENOSYS by Arnaldo Carvalho de Melo · 5 years ago
  37. 2975489 perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 'symbol' pointers by Arnaldo Carvalho de Melo · 5 years ago
  38. 7841f40 perf hist: Count the total cycles of all samples by Jin Yao · 5 years ago
  39. 151ed5d libperf: Adopt perf_mmap__read_event() from tools/perf by Jiri Olsa · 5 years ago
  40. 32fdc2c libperf: Adopt perf_mmap__read_done() from tools/perf by Jiri Olsa · 5 years ago
  41. 7c4d418 libperf: Adopt perf_mmap__read_init() from tools/perf by Jiri Olsa · 5 years ago
  42. 7728fa0 libperf: Adopt perf_mmap__consume() function from tools/perf by Jiri Olsa · 5 years ago
  43. 608127f perf top: Initialize perf_env->cpuid, needed by the per arch annotation init routine by Arnaldo Carvalho de Melo · 5 years ago
  44. 95be9d1 perf evsel: Move config terms to a separate header by Arnaldo Carvalho de Melo · 5 years ago
  45. 80ab298 libperf: Add perf_evlist__poll() function by Jiri Olsa · 5 years ago
  46. 515dbe4 libperf: Add perf_evlist__first()/last() functions by Jiri Olsa · 5 years ago
  47. c976ee1 libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist' by Jiri Olsa · 5 years ago
  48. e0fcfb0 perf evlist: Adopt backwards ring buffer state enum by Arnaldo Carvalho de Melo · 5 years ago
  49. 9521b5f perf tools: Rename perf_evlist__mmap() to evlist__mmap() by Jiri Olsa · 5 years ago
  50. a583053 perf tools: Rename 'struct perf_mmap' to 'struct mmap' by Jiri Olsa · 5 years ago
  51. 6ef81c5 perf session: Return error code for perf_session__new() function on failure by Mamatha Inamdar · 5 years ago
  52. ea49e01 perf tools: Move event synthesizing routines to separate header by Arnaldo Carvalho de Melo · 5 years ago
  53. ef7d956 perf tools: Remove needless thread_map.h include directives by Arnaldo Carvalho de Melo · 5 years ago
  54. 4becb23 perf tools: Remove needless thread.h include directives by Arnaldo Carvalho de Melo · 5 years ago
  55. 5c9dbe6 perf tools: Remove needless sort.h include directives by Arnaldo Carvalho de Melo · 5 years ago
  56. 4a3cec8 perf dsos: Move the dsos struct and its methods to separate source files by Arnaldo Carvalho de Melo · 5 years ago
  57. 8520a98 perf debug: Remove needless include directives from debug.h by Arnaldo Carvalho de Melo · 5 years ago
  58. be5863b perf top: Fix event group with more than two events by Namhyung Kim · 5 years ago
  59. ea4385f perf top: Decay all events in the evlist by Namhyung Kim · 5 years ago
  60. 2da39f1 perf evlist: Remove needless util.h from evlist.h by Arnaldo Carvalho de Melo · 5 years ago
  61. d06e5fa perf tools: Warn that perf_event_paranoid can restrict kernel symbols by Igor Lubashev · 5 years ago
  62. 2f53ae3 perf top: Add --switch-on/--switch-off events by Arnaldo Carvalho de Melo · 5 years ago
  63. 40d8177 perf top: Collapse and resort all evsels in a group by Arnaldo Carvalho de Melo · 5 years ago
  64. 1205a27 perf top: Set display thread COMM to help with debugging by Arnaldo Carvalho de Melo · 5 years ago
  65. 4b247fa libperf: Adopt xyarray class from perf by Jiri Olsa · 5 years ago
  66. 03617c2 libperf: Add threads to struct perf_evlist by Jiri Olsa · 5 years ago
  67. f72f901 libperf: Add cpus to struct perf_evlist by Jiri Olsa · 5 years ago
  68. 1fc632c libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel by Jiri Olsa · 5 years ago
  69. 6484d2f libperf: Add nr_entries to struct perf_evlist by Jiri Olsa · 5 years ago
  70. 1c87f16 perf evlist: Rename perf_evlist__enable() to evlist__enable() by Jiri Olsa · 5 years ago
  71. 5972d1e perf evsel: Rename perf_evsel__open() to evsel__open() by Jiri Olsa · 5 years ago
  72. c12995a perf evlist: Rename perf_evlist__delete() to evlist__delete() by Jiri Olsa · 5 years ago
  73. 0f98b11 perf evlist: Rename perf_evlist__new() to evlist__new() by Jiri Olsa · 5 years ago
  74. 63503db perf evlist: Rename struct perf_evlist to struct evlist by Jiri Olsa · 5 years ago
  75. 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 5 years ago
  76. 111442c perf top: Fix potential NULL pointer dereference detected by the smatch tool by Leo Yan · 6 years ago
  77. 3052ba5 tools perf: Move from sane_ctype.h obtained from git to the Linux's original by Arnaldo Carvalho de Melo · 6 years ago
  78. 6a9fa4e perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.h by Arnaldo Carvalho de Melo · 6 years ago
  79. bddb363 Merge branch 'x86/cpu' into perf/core, to pick up dependent changes by Ingo Molnar · 6 years ago
  80. 9100704 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251 by Thomas Gleixner · 6 years ago
  81. 2d45ef7 perf top: Lower message level for failure on synthesizing events for pre-existing BPF programs by Arnaldo Carvalho de Melo · 6 years ago
  82. a0c0a4a perf top: Add --namespaces option by Namhyung Kim · 6 years ago
  83. 1e6db2e perf top: Always sample time to satisfy needs of use of ordered queuing by Jiri Olsa · 6 years ago
  84. d56354d perf tools: Save bpf_prog_info and BTF of new BPF programs by Song Liu · 6 years ago
  85. 657ee55 perf evlist: Introduce side band thread by Song Liu · 6 years ago
  86. ee7a112 perf top: Add option --no-bpf-event by Song Liu · 6 years ago
  87. e541695 perf bpf: Make synthesize_bpf_events() receive perf_session pointer instead of perf_tool by Song Liu · 6 years ago
  88. 70c819e perf top: Fix error handling in cmd_top() by Changbin Du · 6 years ago
  89. 0dba9e4 perf top: Delete the evlist before perf_session, fixing heap-use-after-free issue by Changbin Du · 6 years ago
  90. 159b0da perf pmu: Remove set_drv_config API by Mathieu Poirier · 6 years ago
  91. 1101f69 pref tools: Add missing map.h includes by Arnaldo Carvalho de Melo · 6 years ago
  92. 2eb3d68 perf hist: Use cached rbtrees by Davidlohr Bueso · 6 years ago
  93. a40b95b perf top: Synthesize BPF events for pre-existing loaded BPF programs by Arnaldo Carvalho de Melo · 6 years ago
  94. f2e14cd perf top: Lift restriction on using callchains without "sym" in --sort by Arnaldo Carvalho de Melo · 6 years ago
  95. 8aa5c8e perf top: Move perf_top__reset_sample_counters() to after counts display by Jiri Olsa · 6 years ago
  96. d859043 perf top: Display slow reader warning when droping samples by Jiri Olsa · 6 years ago
  97. 97f7e0b perf top: Save and display the drop count stats by Jiri Olsa · 6 years ago
  98. d63b9f6 perf top: Drop samples which are behind the refresh rate by Jiri Olsa · 6 years ago
  99. c94cef4 perf top: Set the 'session_done' volatile variable when exiting by Jiri Olsa · 6 years ago
  100. 94ad6e7 perf top: Use cond variable instead of a lock by Jiri Olsa · 6 years ago