1. f854839 perf cpu_map: Rename struct cpu_map to struct perf_cpu_map by Jiri Olsa · 5 years ago
  2. dde4e73 perf script: Fix off by one in brstackinsn IPC computation by Andi Kleen · 5 years ago
  3. 5bf83c2 perf script: Add scripting operation process_switch() by Adrian Hunter · 5 years ago
  4. 9d49169 perf script: Assume native_arch for pipe mode by Song Liu · 6 years ago
  5. 7f7c536 tools lib: Adopt zalloc()/zfree() from tools/perf by Arnaldo Carvalho de Melo · 6 years ago
  6. 15a108a perf script: Allow specifying the files to process guest samples by Arnaldo Carvalho de Melo · 6 years ago
  7. 3285848 perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernel by Arnaldo Carvalho de Melo · 6 years ago
  8. 3052ba5 tools perf: Move from sane_ctype.h obtained from git to the Linux's original by Arnaldo Carvalho de Melo · 6 years ago
  9. 400ae98 perf script: Set perf time interval in itrace_synth_ops by Adrian Hunter · 6 years ago
  10. 68fb45b perf script: Add output of IPC ratio by Adrian Hunter · 6 years ago
  11. 490c8cc perf script: Add --show-bpf-events to show eBPF related events by Jiri Olsa · 6 years ago
  12. 1c49242 perf script: Pad DSO name for --call-trace by Jiri Olsa · 6 years ago
  13. 90b10f4 perf script: Support relative time by Andi Kleen · 6 years ago
  14. 905e4af perf script: Add array bound checking to list_scripts by Andi Kleen · 6 years ago
  15. e87e548 perf script: Filter COMM/FORK/.. events by CPU by Andi Kleen · 6 years ago
  16. 52bab88 perf report: Support output in nanoseconds by Andi Kleen · 6 years ago
  17. 3ab481a perf script: Support insn output for normal samples by Andi Kleen · 6 years ago
  18. 284c4e1 perf time-utils: Refactor time range parsing code by Jin Yao · 6 years ago
  19. 4b6ac81 perf script: Handle missing fields with -F +.. by Andi Kleen · 6 years ago
  20. 2d4f279 perf data: Add global path holder by Jiri Olsa · 6 years ago
  21. 6ef362f perf script: Allow +- operator for type specific fields option by Jiri Olsa · 6 years ago
  22. 1101f69 pref tools: Add missing map.h includes by Arnaldo Carvalho de Melo · 6 years ago
  23. 8bf8c6d perf script: Fix crash when processing recorded stat data by Tony Jones · 6 years ago
  24. 9616716 perf script: Fix crash with printing mixed trace point and other events by Andi Kleen · 6 years ago
  25. 256d92b perf thread-stack: Fix thread stack processing for the idle task by Adrian Hunter · 6 years ago
  26. 61f6115 perf script: Fix LBR skid dump problems in brstackinsn by Andi Kleen · 6 years ago
  27. dd2e18e perf tools: Support 'srccode' output by Andi Kleen · 6 years ago
  28. 692d0e6 perf script: Use fallbacks for branch stacks by Adrian Hunter · 6 years ago
  29. 9add8fe perf script: Share code and output format for uregs and iregs output by Milian Wolff · 6 years ago
  30. b07d16f perf script: Add newline after uregs output by Milian Wolff · 6 years ago
  31. fe57120 perf script: Support total cycles count by Andi Kleen · 6 years ago
  32. 99f753f perf script: Implement --graph-function by Andi Kleen · 6 years ago
  33. d1b1552 tools script: Add --call-trace and --call-ret-trace by Andi Kleen · 6 years ago
  34. 4eb0681 perf script: Make itrace script default to all calls by Andi Kleen · 6 years ago
  35. b585ebd perf script: Add --insn-trace for instruction decoding by Andi Kleen · 6 years ago
  36. 7ee4067 perf script: Flush output stream after events in verbose mode by Milian Wolff · 6 years ago
  37. c1c9b96 perf script: Allow extended console debug output by Milian Wolff · 6 years ago
  38. 62cb1b8 perf script: Enhance sample flags for trace begin / end by Adrian Hunter · 6 years ago
  39. a78cdee perf script: Print DSO for callindent by Andi Kleen · 6 years ago
  40. 37fed3d perf script: Allow sym and dso without ip, addr by Andi Kleen · 6 years ago
  41. c12e039 perf tools: Report itrace options in help by Andi Kleen · 6 years ago
  42. 89f1688 perf tools: Remove perf_tool from event_op2 by Jiri Olsa · 6 years ago
  43. 6ca9a08 perf stat: Pass a 'struct perf_stat_config' argument to global print functions by Jiri Olsa · 6 years ago
  44. ece2a4f tools lib traceevent, perf tools: Rename pevent_set_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  45. 92ead7e perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE] by Ravi Bangoria · 7 years ago
  46. a3af66f perf script: Fix crash because of missing evsel->priv by Ravi Bangoria · 7 years ago
  47. 10e9cec perf script: Add missing output fields in a hint by Ravi Bangoria · 7 years ago
  48. fad76d4 perf script: Show hw-cache events by Seeteena Thoufeek · 7 years ago
  49. b879833 perf script: Check if evsel has callchains before trying to use it by Arnaldo Carvalho de Melo · 7 years ago
  50. 27de9b2 perf evsel: Add has_callchain() helper to make code more compact/clear by Arnaldo Carvalho de Melo · 7 years ago
  51. 7903a70 perf script: Show symbol offsets by default by Sandipan Das · 7 years ago
  52. 404eb5a perf thread: Make thread__find_map() search all maps by Arnaldo Carvalho de Melo · 7 years ago
  53. 71a84b5 perf thread: Make thread__find_map() return the map by Arnaldo Carvalho de Melo · 7 years ago
  54. cc5f02f perf script: Use thread__find_symbol() instead of ad-hoc equivalent by Arnaldo Carvalho de Melo · 7 years ago
  55. f07a2d3 perf thread: Introduce thread__find_map() by Arnaldo Carvalho de Melo · 7 years ago
  56. bf30cc1 perf script: Extend misc field decoding with switch out event type by Alexey Budankov · 7 years ago
  57. 90ce61b perf script: Use HAVE_LIBXXX_SUPPORT to replace NO_LIBXXX by Jin Yao · 7 years ago
  58. 77f1815 perf tools: Fix snprint warnings for gcc 8 by Jiri Olsa · 7 years ago
  59. 3233b37 perf script: Add --show-round-event to display PERF_RECORD_FINISHED_ROUND by Jiri Olsa · 7 years ago
  60. bafae98 perf evlist: Remove fcntl.h from evlist.h by Arnaldo Carvalho de Melo · 7 years ago
  61. cc2ef58 perf script: Remove the time slices number limitation by Jin Yao · 7 years ago
  62. 1e2778e perf script: Improve error msg when no first/last sample time found by Jin Yao · 7 years ago
  63. eabad8c perf unwind: Do not look just at the global callchain_param.record_mode by Arnaldo Carvalho de Melo · 7 years ago
  64. 3d7c27b perf script: Add support to display lost events by Jiri Olsa · 7 years ago
  65. 28a0b39 perf script: Add support to display sample misc field by Jiri Olsa · 7 years ago
  66. 2ab046c perf script: Support time percent and multiple time ranges by Jin Yao · 7 years ago
  67. 06c3f2a perf utils: Move is_directory() to path.h by Jiri Olsa · 7 years ago
  68. e0128b3 perf stat: Print per-thread shadow stats by Jin Yao · 7 years ago
  69. 1fcd039 perf stat: Update per-thread shadow stats by Jin Yao · 7 years ago
  70. 4bd1bef perf script: Allow computing 'perf stat' style metrics by Andi Kleen · 7 years ago
  71. 5039c8a perf script: Allow printing period for non freq mode groups by Andi Kleen · 7 years ago
  72. fa48c89 perf script: Fix --per-event-dump for auxtrace synth evsels by Arnaldo Carvalho de Melo · 7 years ago
  73. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  74. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  75. eae8ad8 perf tools: Add struct perf_data_file by Jiri Olsa · 8 years ago
  76. 8ceb41d perf tools: Rename struct perf_data_file to perf_data by Jiri Olsa · 8 years ago
  77. 642ee1c perf script: Print information about per-event-dump files by Arnaldo Carvalho de Melo · 7 years ago
  78. a14390f perf script: Allow creating per-event dump files by Arnaldo Carvalho de Melo · 7 years ago
  79. 894f3f1 perf script: Use event_format__fprintf() by Arnaldo Carvalho de Melo · 7 years ago
  80. 5ce2c5b perf script: Use pr_debug where appropriate by Arnaldo Carvalho de Melo · 7 years ago
  81. 69c7125 perf script: Add a few missing conversions to fprintf style by Arnaldo Carvalho de Melo · 7 years ago
  82. db49bc1 perf script: Fix error handling path by Christophe JAILLET · 7 years ago
  83. a1a5870 perf script: Use fprintf like printing uniformly by Arnaldo Carvalho de Melo · 7 years ago
  84. 923d0c9 perf tools: Introduce binary__fprintf() by Arnaldo Carvalho de Melo · 7 years ago
  85. ca4b9c3b Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  86. e9516c0 perf script: Add missing separator for "-F ip,brstack" (and brstackoff) by Mark Santaniello · 7 years ago
  87. 0a7c74e perf tools: Provide mutex wrappers for pthreads rwlocks by Arnaldo Carvalho de Melo · 8 years ago
  88. b1491ac perf script: Support user regs by Andi Kleen · 7 years ago
  89. 49d58f0 perf script: Support physical address by Kan Liang · 7 years ago
  90. 2ec5cab6 perf script: Remove some bogus error handling by Dan Carpenter · 7 years ago
  91. e9def1b perf tools: Add feature header record to pipe-mode by David Carrillo-Cisneros · 7 years ago
  92. 114f709 perf tool: Add show_feature_header to perf_tool by David Carrillo-Cisneros · 7 years ago
  93. 644e084 perf auxtrace: Add CPU filter support by Adrian Hunter · 8 years ago
  94. 65c5e18 perf script: Add synthesized Intel PT power and ptwrite events by Adrian Hunter · 8 years ago
  95. 47e7808 perf script: Add 'synth' field for synthesized event payloads by Adrian Hunter · 8 years ago
  96. 1405720 perf script: Add 'synth' event type for synthesized events by Adrian Hunter · 8 years ago
  97. 701516a perf script: Fix message because field list option is -F not -f by Adrian Hunter · 8 years ago
  98. 106dacd perf script: Support -F brstackoff,dso by Mark Santaniello · 8 years ago
  99. 55b9b50 perf script: Support -F brstack,dso and brstacksym,dso by Mark Santaniello · 8 years ago
  100. 36ce565 perf script: Allow adding and removing fields by Andi Kleen · 8 years ago