1. d9fc706 perf report: Fix memory leaks around perf_tip() by Ian Rogers · 3 years, 1 month ago
  2. a3df50a perf tools: Refactor out kernel symbol argument sanity checking by James Clark · 3 years, 2 months ago
  3. 2681bd8 perf tools: Remove repipe argument from perf_session__new() by Namhyung Kim · 3 years, 5 months ago
  4. a37338a perf report: Free generated help strings for sort option by Riccardo Mancini · 3 years, 6 months ago
  5. 3a68312 libperf: Move 'nr_groups' from tools/perf to evlist::nr_groups by Jiri Olsa · 3 years, 6 months ago
  6. fba7c86 libperf: Move 'leader' from tools/perf to perf_evsel::leader by Jiri Olsa · 3 years, 6 months ago
  7. 38fe0e0 libperf: Move 'idx' from tools/perf to perf_evsel::idx by Jiri Olsa · 3 years, 6 months ago
  8. 892ba7f perf report: Fix --task and --stat with pipe input by Namhyung Kim · 3 years, 6 months ago
  9. d5a8bd0 perf mem: Disable 'mem-loads-aux' group before reporting by Jin Yao · 3 years, 7 months ago
  10. 8f08cf3 perf report: Make --skip-empty as default by Namhyung Kim · 3 years, 8 months ago
  11. 2775de0 perf report: Add --skip-empty option to suppress 0 event stat by Namhyung Kim · 3 years, 8 months ago
  12. 55f7544 perf report: Show event sample counts in --stat output by Namhyung Kim · 3 years, 8 months ago
  13. 0f0abba perf hists: Split hists_stats from events_stats by Namhyung Kim · 3 years, 8 months ago
  14. 2e989f8 perf report: Create option to disable raw event ordering by Jin Yao · 3 years, 10 months ago
  15. 03de865 perf report: Support --header-only for pipe mode by Namhyung Kim · 4 years, 1 month ago
  16. 78e1bc2 perf evlist: Use the right prefix for 'struct evlist' event attribute config methods by Arnaldo Carvalho de Melo · 4 years, 1 month ago
  17. 64b4778 perf evlist: Use the right prefix for 'struct evlist' event group methods by Arnaldo Carvalho de Melo · 4 years, 1 month ago
  18. 7127372 perf evlist: Use the right prefix for 'struct evlist' print methods by Arnaldo Carvalho de Melo · 4 years, 1 month ago
  19. f4bd0b4 perf evlist: Use the right prefix for 'struct evlist' browser methods by Arnaldo Carvalho de Melo · 4 years, 1 month ago
  20. 977f739 perf report: Disable ordered_events for raw dump by Jiri Olsa · 4 years, 4 months ago
  21. 92c7d7c perf evlist: Fix the class prefix for 'struct evlist' branch_type methods by Arnaldo Carvalho de Melo · 4 years, 6 months ago
  22. b3c2cc2 perf evlist: Fix the class prefix for 'struct evlist' sample_type methods by Arnaldo Carvalho de Melo · 4 years, 6 months ago
  23. 11b6e54 perf report: Fix NULL pointer dereference in hists__fprintf_nr_sample_events() by Gaurav Singh · 4 years, 7 months ago
  24. 3e9b26d perf tools: Remove some duplicated includes by Tiezhu Yang · 4 years, 7 months ago
  25. 0d71a2b perf callchain: Setup callchain properly in pipe mode by Jiri Olsa · 4 years, 8 months ago
  26. 10c513f perf evsel: Rename perf_evsel__resort*() to evsel__resort*() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  27. c754c38 perf evsel: Rename perf_evsel__is_*() to evsel__is*() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  28. 347c751 perf evsel: Rename perf_evsel__group_desc() to evsel__group_desc() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  29. 8ab2e96 perf evsel: Rename *perf_evsel__*name() to *evsel__*name() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  30. ec90e42 perf auxtrace: Add option to synthesize branch stack for regular events by Adrian Hunter · 4 years, 8 months ago
  31. 6fa9c3e perf report: Fix warning assignment of 0/1 to bool variable by Zou Wei · 4 years, 8 months ago
  32. b1d1429 perf report: Add option to enable the LBR stitching approach by Kan Liang · 4 years, 9 months ago
  33. 1c5c25b perf auxtrace: Add an option to synthesize callchains for regular events by Adrian Hunter · 4 years, 9 months ago
  34. ba78c1c perf tools: Basic support for CGROUP event by Namhyung Kim · 4 years, 9 months ago
  35. 5e3b810 perf report: Support a new key to reload the browser by Jin Yao · 4 years, 10 months ago
  36. 429a5f9 perf report: Allow specifying event to be used as sort key in --group output by Jin Yao · 4 years, 10 months ago
  37. c3b10649 perf report: Fix no branch type statistics report issue by Jin Yao · 4 years, 10 months ago
  38. cca0cc7 perf block-info: Allow selecting which columns to report and its order by Jin Yao · 5 years ago
  39. 7384083 perf annotate: Make perf config effective by Ravi Bangoria · 4 years, 11 months ago
  40. c3314a7 perf report: Fix no libunwind compiled warning break s390 issue by Jin Yao · 5 years ago
  41. 3b0b16bf perf tools: Support --prefix/--prefix-strip by Andi Kleen · 5 years ago
  42. aa9d1f8 perf report: Clarify in help that --children is default by Andi Kleen · 5 years ago
  43. 0feba17 perf report: Fix incorrectly added dimensions as switch perf data file by Jin Yao · 5 years ago
  44. bb30aca perf report: Bail out --mem-mode if mem info is not available by Ravi Bangoria · 5 years ago
  45. fe87797d perf thread: Rename thread->mg to thread->maps by Arnaldo Carvalho de Melo · 5 years ago
  46. 79b6bb7 perf maps: Merge 'struct maps' with 'struct map_groups' by Arnaldo Carvalho de Melo · 5 years ago
  47. 848a5e5 perf report: Jump to symbol source view from total cycles view by Jin Yao · 5 years ago
  48. 0e3149f perf dso: Move dso_id from 'struct map' to 'struct dso' by Arnaldo Carvalho de Melo · 5 years ago
  49. 99459a8 perf map: Move maj/min/ino/ino_generation to separate struct by Arnaldo Carvalho de Melo · 5 years ago
  50. 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
  51. 7fa46cb perf report: Sort by sampled cycles percent per block for tui by Jin Yao · 5 years ago
  52. 0b49f83 perf report: Support --percent-limit for --total-cycles by Jin Yao · 5 years ago
  53. 6f7164f perf report: Sort by sampled cycles percent per block for stdio by Jin Yao · 5 years ago
  54. 7841f40 perf hist: Count the total cycles of all samples by Jin Yao · 5 years ago
  55. 8efc4f0 perf maps: Add for_each_entry()/_safe() iterators by Arnaldo Carvalho de Melo · 5 years ago
  56. 800d3f5 perf report: Add warning when libunwind not compiled in by Jin Yao · 5 years ago
  57. 6ef81c5 perf session: Return error code for perf_session__new() function on failure by Mamatha Inamdar · 5 years ago
  58. fb71c86c perf tools: Remove util.h from where it is not needed by Arnaldo Carvalho de Melo · 5 years ago
  59. d3300a3 perf symbols: Move mem_info and branch_info out of symbol.h by Arnaldo Carvalho de Melo · 5 years ago
  60. 171f747 perf hist: Remove needless ui/progress.h from hist.h by Arnaldo Carvalho de Melo · 5 years ago
  61. 4a3cec8 perf dsos: Move the dsos struct and its methods to separate source files by Arnaldo Carvalho de Melo · 5 years ago
  62. 8520a98 perf debug: Remove needless include directives from debug.h by Arnaldo Carvalho de Melo · 5 years ago
  63. 1b8896f libperf: Add PERF_RECORD_HEADER_FEATURE 'struct feature_event' to perf/event.h by Jiri Olsa · 5 years ago
  64. 2da39f1 perf evlist: Remove needless util.h from evlist.h by Arnaldo Carvalho de Melo · 5 years ago
  65. 97b9d86 perf srcline: Add missing srcline.h header to files needing its defs by Arnaldo Carvalho de Melo · 5 years ago
  66. 10ccbc1 perf report: Prefer DWARF callstacks to LBR ones when captured both by Alexey Budankov · 5 years ago
  67. ef4b1a5 perf report: Add --switch-on/--switch-off events by Arnaldo Carvalho de Melo · 5 years ago
  68. 5643b1a libperf: Move nr_members from perf's evsel to libperf's perf_evsel by Jiri Olsa · 5 years ago
  69. 63503db perf evlist: Rename struct perf_evlist to struct evlist by Jiri Olsa · 5 years ago
  70. 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 5 years ago
  71. 7f7c536 tools lib: Adopt zalloc()/zfree() from tools/perf by Arnaldo Carvalho de Melo · 5 years ago
  72. fc50e0b perf evsel: perf_evsel__name(NULL) is valid, no need to check evsel by Arnaldo Carvalho de Melo · 5 years ago
  73. 526bbbd perf report: Use skip_spaces() by Arnaldo Carvalho de Melo · 6 years ago
  74. 3052ba5 tools perf: Move from sane_ctype.h obtained from git to the Linux's original by Arnaldo Carvalho de Melo · 6 years ago
  75. 4885c90 perf report: Set perf time interval in itrace_synth_ops by Adrian Hunter · 6 years ago
  76. cb62c6f perf report: Implement perf.data record decompression by Alexey Budankov · 6 years ago
  77. bdd1666 perf annotate: Remove hist__account_cycles() from callback by Jin Yao · 6 years ago
  78. 702fb9b perf report: Show all sort keys in help output by Andi Kleen · 6 years ago
  79. 4968ac8 perf report: Implement browsing of individual samples by Andi Kleen · 6 years ago
  80. 2a1292c perf report: Parse time quantum by Andi Kleen · 6 years ago
  81. 52bab88 perf report: Support output in nanoseconds by Andi Kleen · 6 years ago
  82. 284c4e1 perf time-utils: Refactor time range parsing code by Jin Yao · 6 years ago
  83. 2d4f279 perf data: Add global path holder by Jiri Olsa · 6 years ago
  84. dbd2a1d perf report: Move symbol annotation to the resort phase by Jiri Olsa · 6 years ago
  85. 1101f69 pref tools: Add missing map.h includes by Arnaldo Carvalho de Melo · 6 years ago
  86. f3acb3a perf machine: Use cached rbtrees by Davidlohr Bueso · 6 years ago
  87. 49b8e2b perf tools: Replace automatic const char[] variables by statics by Rasmus Villemoes · 6 years ago
  88. ec6ae74 perf report: Display average IPC and IPC coverage per symbol by Jin Yao · 6 years ago
  89. c05f364 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  90. 4ab8455 perf evsel: Store ids for events with their own cpus perf_event__synthesize_event_update_cpus by Jiri Olsa · 6 years ago
  91. c12e039 perf tools: Report itrace options in help by Andi Kleen · 6 years ago
  92. 89f1688 perf tools: Remove perf_tool from event_op2 by Jiri Olsa · 6 years ago
  93. ece2a4f tools lib traceevent, perf tools: Rename pevent_set_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  94. e6902d1 perf report: Add --percent-type option by Jiri Olsa · 6 years ago
  95. e9de7e2 perf hists: Clarify callchain disabling when available by Arnaldo Carvalho de Melo · 7 years ago
  96. 92ead7e perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE] by Ravi Bangoria · 7 years ago
  97. 9d0199c perf report: No need to have report_callchain_help as a global by Arnaldo Carvalho de Melo · 7 years ago
  98. f178fd2 perf annotate: Move objdump_path to struct annotation_options by Arnaldo Carvalho de Melo · 7 years ago
  99. cd0cccb perf hists browser: Pass annotation_options from tool to browser by Arnaldo Carvalho de Melo · 7 years ago
  100. a47e843 perf annotate: Move disassembler_style global to annotation_options by Arnaldo Carvalho de Melo · 7 years ago