1. 7cc7255 perf tools: Check vmlinux/kallsyms arguments in all tools by James Clark · 3 years, 2 months ago
  2. 2681bd8 perf tools: Remove repipe argument from perf_session__new() by Namhyung Kim · 3 years, 5 months ago
  3. b0f0085 perf sched: Fix record failure when CONFIG_SCHEDSTATS is not set by Yang Jihong · 3 years, 6 months ago
  4. d08c84e perf sched: Cast PTHREAD_STACK_MIN to int as it may turn into sysconf(__SC_THREAD_STACK_MIN_VALUE) by Arnaldo Carvalho de Melo · 3 years, 6 months ago
  5. 4d39c89 perf tools: Fix various typos in comments by Ingo Molnar · 3 years, 9 months ago
  6. b02736f perf evlist: Use the right prefix for 'struct evlist' 'find' methods by Arnaldo Carvalho de Melo · 4 years, 1 month ago
  7. dc000c4 perf sched: Show start of latency as well by Joel Fernandes (Google) · 4 years, 3 months ago
  8. a74eaf1 perf sched timehist: Fix use of CPU list with summary option by David Ahern · 4 years, 4 months ago
  9. d566a9c perf sched: Prefer sched_waking event when it exists by David Ahern · 4 years, 5 months ago
  10. 3b7313f perf sched: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  11. efc0cdc perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field metehods to to evsel__*() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  12. 8ab2e96 perf evsel: Rename *perf_evsel__*name() to *evsel__*name() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  13. c30d630 perf sched timehist: Add support for filtering on CPU by David Ahern · 5 years ago
  14. 5f0fef8 perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node' by Arnaldo Carvalho de Melo · 5 years ago
  15. ca12527 perf evsel: Introduce evsel_fprintf.h by Arnaldo Carvalho de Melo · 5 years ago
  16. 9620bc36 perf evsel: Remove need for symbol_conf in evsel_fprintf.c by Arnaldo Carvalho de Melo · 5 years ago
  17. 6ef81c5 perf session: Return error code for perf_session__new() function on failure by Mamatha Inamdar · 5 years ago
  18. f12be04 perf sched: Add missing event.h include directive by Arnaldo Carvalho de Melo · 5 years ago
  19. 87ffb6c perf env: Remove needless cpumap.h header by Arnaldo Carvalho de Melo · 5 years ago
  20. fa0d984 perf tools: Remove needless evlist.h include directives by Arnaldo Carvalho de Melo · 5 years ago
  21. 91854f9 perf tools: Move everything related to sys_perf_event_open() to perf-sys.h by Arnaldo Carvalho de Melo · 5 years ago
  22. 5290ed6 libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.h by Jiri Olsa · 5 years ago
  23. 9c3516d libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions by Jiri Olsa · 5 years ago
  24. ce9036a libperf: Include perf_evlist in evlist object by Jiri Olsa · 5 years ago
  25. b27c4ec libperf: Include perf_evsel in evsel object by Jiri Olsa · 5 years ago
  26. 63503db perf evlist: Rename struct perf_evlist to struct evlist by Jiri Olsa · 5 years ago
  27. 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 5 years ago
  28. 9749b90 perf tools: Rename struct thread_map to struct perf_thread_map by Jiri Olsa · 5 years ago
  29. f854839 perf cpu_map: Rename struct cpu_map to struct perf_cpu_map by Jiri Olsa · 5 years ago
  30. 7f7c536 tools lib: Adopt zalloc()/zfree() from tools/perf by Arnaldo Carvalho de Melo · 5 years ago
  31. 3052ba5 tools perf: Move from sane_ctype.h obtained from git to the Linux's original by Arnaldo Carvalho de Melo · 6 years ago
  32. 6a9fa4e perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.h by Arnaldo Carvalho de Melo · 6 years ago
  33. 2d4f279 perf data: Add global path holder by Jiri Olsa · 6 years ago
  34. cb4c13a perf sched: Use cached rbtrees by Davidlohr Bueso · 6 years ago
  35. 49b8e2b perf tools: Replace automatic const char[] variables by statics by Rasmus Villemoes · 6 years ago
  36. 4c50563 perf sched: Use sched->show_callchain where appropriate by Arnaldo Carvalho de Melo · 7 years ago
  37. 27de9b2 perf evsel: Add has_callchain() helper to make code more compact/clear by Arnaldo Carvalho de Melo · 7 years ago
  38. 99a3c3a perf sched map: Re-annotate shortname if thread comm changed by Changbin Du · 7 years ago
  39. 8640da9 perf sched: Move thread::shortname to thread_runtime by Changbin Du · 7 years ago
  40. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  41. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  42. eae8ad8 perf tools: Add struct perf_data_file by Jiri Olsa · 8 years ago
  43. 8ceb41d perf tools: Rename struct perf_data_file to perf_data by Jiri Olsa · 8 years ago
  44. 0f59d7a perf sched timehist: Add pid and tid options by David Ahern · 7 years ago
  45. 62d94b0 perf tools: Replace error() with pr_err() by Arnaldo Carvalho de Melo · 8 years ago
  46. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  47. 3d689ed perf tools: Move sane ctype stuff from util.h to sane_ctype.h by Arnaldo Carvalho de Melo · 8 years ago
  48. fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
  49. 877a7a1 perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used by Arnaldo Carvalho de Melo · 8 years ago
  50. b0ad8ea perf tools: Remove unused 'prefix' from builtin functions by Arnaldo Carvalho de Melo · 8 years ago
  51. 292c4a8 perf sched timehist: Add --next option by Brendan Gregg · 8 years ago
  52. f3b3614 perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info by Hari Bathini · 8 years ago
  53. bb963e1 perf utils: Check verbose flag properly by Namhyung Kim · 8 years ago
  54. a7c3899 perf symbols: No need to check if sym->name is NULL by Arnaldo Carvalho de Melo · 8 years ago
  55. 587782c perf sched timehist: Show total wait times for summary by Namhyung Kim · 8 years ago
  56. 414e050 perf sched timehist: Add --state option by Namhyung Kim · 8 years ago
  57. 941bdea perf sched timehist: Account thread wait time separately by Namhyung Kim · 8 years ago
  58. 9396c9c perf sched timehist: Show total scheduling time by Namhyung Kim · 8 years ago
  59. bdd7572 perf sched timehist: Fix invalid period calculation by Namhyung Kim · 8 years ago
  60. 4fa0d1a perf sched timehist: Remove hardcoded 'comm_width' check at print_summary by Namhyung Kim · 8 years ago
  61. 9b8087d perf sched timehist: Enlarge default 'comm_width' by Namhyung Kim · 8 years ago
  62. 0e6758e perf sched timehist: Honour 'comm_width' when aligning the headers by Namhyung Kim · 8 years ago
  63. ba957eb perf sched timehist: Show callchains for idle stat by Namhyung Kim · 8 years ago
  64. 07235f8 perf sched timehist: Add -I/--idle-hist option by Namhyung Kim · 8 years ago
  65. a4b2b6f perf sched timehist: Skip non-idle events when necessary by Namhyung Kim · 8 years ago
  66. 699b5b9 perf sched timehist: Save callchain when entering idle by Namhyung Kim · 8 years ago
  67. 3bc2fa9 perf sched timehist: Introduce struct idle_time_data by Namhyung Kim · 8 years ago
  68. 96039c7 perf sched timehist: Split is_idle_sample() by Namhyung Kim · 8 years ago
  69. b336352 perf sched timehist: Cleanup idle_max_cpu handling by Namhyung Kim · 8 years ago
  70. 5d92d96 perf sched timehist: Handle zero sample->tid properly by Namhyung Kim · 8 years ago
  71. 6fa9425 perf sched: Cleanup option processing by Namhyung Kim · 8 years ago
  72. f45bf8d perf sched timehist: Improve error message when analyzing wrong file by David Ahern · 8 years ago
  73. 853b740 perf sched timehist: Add option to specify time window of interest by David Ahern · 8 years ago
  74. 350f54f perf sched timehist: Handle cpu migration events by David Ahern · 8 years ago
  75. 8388deb perf sched timehist: Enlarge max stack depth by 2 by Namhyung Kim · 8 years ago
  76. cdeb01b perf sched timehist: Mark schedule function in callchains by Namhyung Kim · 8 years ago
  77. 2d9bbf6 perf callchain: Add option to skip ignore symbol when printing callchains by Namhyung Kim · 8 years ago
  78. a407b06 perf sched timehist: Add -V/--cpu-visual option by David Ahern · 8 years ago
  79. 6c973c9 perf sched timehist: Add call graph options by David Ahern · 8 years ago
  80. fc1469f perf sched timehist: Add -w/--wakeups option by David Ahern · 8 years ago
  81. 52df138 perf sched timehist: Add summary options by David Ahern · 8 years ago
  82. 49394a2 perf sched timehist: Introduce timehist command by David Ahern · 8 years ago
  83. 99620a5 perf tools: Introduce timestamp__scnprintf_usec() by Namhyung Kim · 8 years ago
  84. e107f12 perf sched map: Always show task comm with -v by Namhyung Kim · 8 years ago
  85. 1208bb2 perf sched map: Apply cpu color when there's an activity by Namhyung Kim · 8 years ago
  86. 77f02f4 perf sched: Make common options cascading by Namhyung Kim · 8 years ago
  87. 4fc76e4 perf sched: Use linux/time64.h by Arnaldo Carvalho de Melo · 8 years ago
  88. c8b5f2c tools: Introduce str_error_r() by Arnaldo Carvalho de Melo · 8 years ago
  89. 73643bb perf sched map: Display only given cpus by Jiri Olsa · 9 years ago
  90. cf294f2 perf sched map: Color given cpus by Jiri Olsa · 9 years ago
  91. a151a37 perf sched map: Color given pids by Jiri Olsa · 9 years ago
  92. 8cd9119 perf sched: Use color_fprintf for output by Jiri Olsa · 9 years ago
  93. 99623c6 perf sched: Add compact display option by Jiri Olsa · 9 years ago
  94. 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 9 years ago
  95. 0014de1 perf sched latency: Fix thread pid reuse issue by Jiri Olsa · 9 years ago
  96. c711836 perf tools: Introduce usage_with_options_msg() by Namhyung Kim · 9 years ago
  97. 2f80dd4 perf sched: Add option to merge like comms to lat output by Josef Bacik · 10 years ago
  98. b91fc39 perf machine: Protect the machine->threads with a rwlock by Arnaldo Carvalho de Melo · 10 years ago
  99. ff5f3bb perf sched replay: Use replay_repeat to calculate the runavg of cpu usage instead of the default value 10 by Yunlong Song · 10 years ago
  100. f0dd330 perf sched replay: Support using -f to override perf.data file ownership by Yunlong Song · 10 years ago