1. 5b20814 perf script: Add guest_code support by Adrian Hunter · 2 years, 10 months ago
  2. a501431 perf script: Print Intel ptwrite value as a string if it is ASCII by Adrian Hunter · 2 years, 10 months ago
  3. c6d8df0 perf script: Always allow field 'data_src' for auxtrace by Leo Yan · 2 years, 11 months ago
  4. ae0f4eb perf tools: Enhance the matching of sub-commands abbreviations by Wei Li · 3 years ago
  5. 6f680c6 perf script: Add 'brstackinsnlen' for branch stacks by Kan Liang · 3 years ago
  6. 65eab2b Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 3 years ago
  7. 1f48989 perf script: Output branch sample type by James Clark · 3 years ago
  8. b2dac68 perf script: Refactor branch stack printing by James Clark · 3 years ago
  9. 13e741b perf script: Fix error when printing 'weight' field by German Gomez · 3 years ago
  10. 2673859 perf script: Display new D (Intr Disabled) and t (Intr Toggle) flags by Adrian Hunter · 3 years, 1 month ago
  11. a48b96c perf script: Display Intel PT iflag synthesized event by Adrian Hunter · 3 years, 1 month ago
  12. 5b11749 perf script: Display Intel PT CFE (Control Flow Event) / EVD (Event Data) synthesized event by Adrian Hunter · 3 years, 1 month ago
  13. 9edcde6 perf script: Fix printing 'phys_addr' failure issue by Yao Jin · 3 years, 1 month ago
  14. 6d18804 perf cpumap: Give CPUs their own type by Ian Rogers · 3 years, 2 months ago
  15. b57af1b perf script: Fix flipped index and cpu by Ian Rogers · 3 years, 2 months ago
  16. f9551b3 perf script: Use for each cpu to aid readability by Ian Rogers · 3 years, 2 months ago
  17. 65f8d08 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 3 years, 2 months ago
  18. 5e0c325 perf script: Fix CPU filtering of a script's switch events by Adrian Hunter · 3 years, 3 months ago
  19. aa8db3e perf callchain: Enable dwarf_callchain_users on arm64 by Alexandre Truong · 3 years, 3 months ago
  20. ab23692 perf script: Use callchain_param_setup() instead of open coded equivalent by Alexandre Truong · 3 years, 3 months ago
  21. 8386901 perf arch: Support register names from all archs by German Gomez · 3 years, 3 months ago
  22. 7cc7255 perf tools: Check vmlinux/kallsyms arguments in all tools by James Clark · 3 years, 5 months ago
  23. 875eaa3 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 3 years, 4 months ago
  24. 27730c8 perf script: Fix PERF_SAMPLE_WEIGHT_STRUCT support by Kan Liang · 3 years, 5 months ago
  25. 29c7755 perf script: Check session->header.env.arch before using it by Song Liu · 3 years, 5 months ago
  26. 6ea5d1a perf script: Support instruction latency by Kan Liang · 3 years, 5 months ago
  27. ff6f41f perf script: Fix ip display when type != attr->type by Adrian Hunter · 3 years, 6 months ago
  28. 538d9c1 perf script python: Allow reporting the [un]throttle PERF_RECORD_ meta event by Stephen Brennan · 3 years, 6 months ago
  29. 2915972 perf script: Fix unnecessary machine_resolve() by Adrian Hunter · 3 years, 7 months ago
  30. 2681bd8 perf tools: Remove repipe argument from perf_session__new() by Namhyung Kim · 3 years, 8 months ago
  31. faf3ac3 perf script: Fix memory 'threads' and 'cpus' leaks on exit by Riccardo Mancini · 3 years, 8 months ago
  32. 1b1f57c perf script: Release zstd data by Riccardo Mancini · 3 years, 8 months ago
  33. fba7c86 libperf: Move 'leader' from tools/perf to perf_evsel::leader by Jiri Olsa · 3 years, 8 months ago
  34. 3d032a2 perf script: Add option to pass arguments to dlfilters by Adrian Hunter · 3 years, 8 months ago
  35. 638e2b9 perf script: Add option to list dlfilters by Adrian Hunter · 3 years, 8 months ago
  36. 9bde93a perf script: Add dlfilter__filter_event_early() by Adrian Hunter · 3 years, 8 months ago
  37. 291961f perf script: Add API for filtering via dynamically loaded shared object by Adrian Hunter · 3 years, 8 months ago
  38. b743b86 perf script: Share addr_al between functions by Adrian Hunter · 3 years, 9 months ago
  39. 4371fbc perf script: Move filtering before scripting by Adrian Hunter · 3 years, 9 months ago
  40. 9300041 perf script: Move filter_cpu() earlier by Adrian Hunter · 3 years, 9 months ago
  41. d9ae9c9 perf script: Factor out script_fetch_insn() by Adrian Hunter · 3 years, 9 months ago
  42. 67e50ce perf scripting: Add perf_session to scripting_context by Adrian Hunter · 3 years, 9 months ago
  43. 2ede921 perf scripting python: Add auxtrace error by Adrian Hunter · 3 years, 9 months ago
  44. 54cd8b0 perf script: Factor out perf_sample__sprintf_flags() by Adrian Hunter · 3 years, 9 months ago
  45. 3f8e009 perf scripting python: Add 'addr_location' for 'addr' by Adrian Hunter · 3 years, 9 months ago
  46. 6ea4b5d perf script: Find script file relative to exec path by Adrian Hunter · 3 years, 10 months ago
  47. 4d39c89 perf tools: Fix various typos in comments by Ingo Molnar · 4 years ago
  48. 297e69b perf script: Fixup 'struct evsel_script' method prefix by Arnaldo Carvalho de Melo · 4 years ago
  49. c025d46 perf script: Add branch types for VM-Entry and VM-Exit by Adrian Hunter · 4 years, 1 month ago
  50. c840cbf perf intel-pt: Add PSB events by Adrian Hunter · 4 years, 1 month ago
  51. 8524711 perf script: Simplify bool conversion by Yang Li · 4 years, 1 month ago
  52. 61d9fc4 perf script: Support filtering by hex address by Jin Yao · 4 years, 1 month ago
  53. 4b799a9 perf script: Support DSO filter like in other perf tools by Jin Yao · 4 years, 1 month ago
  54. 70f0ba9 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 4 years, 1 month ago
  55. 8adc0a0 perf script: Fix overrun issue for dynamically-allocated PMU type number by Jin Yao · 4 years, 3 months ago
  56. c513de8 perf script: Add support for PERF_SAMPLE_CODE_PAGE_SIZE by Stephane Eranian · 4 years, 2 months ago
  57. 6b9bae6 perf script: Support data page size by Kan Liang · 4 years, 3 months ago
  58. 3ccf8a7 perf evlist: Use the right prefix for 'struct evlist' sample id lookup methods by Arnaldo Carvalho de Melo · 4 years, 3 months ago
  59. 53f5e90 perf evlist: Use the right prefix for 'struct evlist' stats methods by Arnaldo Carvalho de Melo · 4 years, 3 months ago
  60. fc18380 perf script: Display negative tid in non-sample events by Adrian Hunter · 4 years, 6 months ago
  61. e534bfb perf script: Add 'tod' field to display time of day by Jiri Olsa · 4 years, 7 months ago
  62. 60e5eeb perf script: Change the 'enum perf_output_field' enumerators to be 64 bits by Jiri Olsa · 4 years, 7 months ago
  63. 7eeb985 perf script: Show text poke address symbol by Adrian Hunter · 4 years, 10 months ago
  64. 92ecf3a perf script: Add option --show-text-poke-events by Adrian Hunter · 4 years, 10 months ago
  65. facbf0b Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  66. add07cc perf intel-pt: Fix displaying PEBS-via-PT with registers by Adrian Hunter · 4 years, 8 months ago
  67. 92c7d7c perf evlist: Fix the class prefix for 'struct evlist' branch_type methods by Arnaldo Carvalho de Melo · 4 years, 9 months ago
  68. b3c2cc2 perf evlist: Fix the class prefix for 'struct evlist' sample_type methods by Arnaldo Carvalho de Melo · 4 years, 9 months ago
  69. afdd63f perf script: Fixup some evsel/evlist method names by Arnaldo Carvalho de Melo · 4 years, 9 months ago
  70. b13b04d perf script: Initialize zstd_data by Milian Wolff · 4 years, 9 months ago
  71. b516408 perf script: Fix --call-trace for Intel PT by Adrian Hunter · 4 years, 9 months ago
  72. 8c3e05c perf script: Don't force less for non tty output with --xed by Andi Kleen · 4 years, 10 months ago
  73. 6549a8c perf tools: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  74. 53fb189 perf script: Enable IP fields for callchains by Jiri Olsa · 4 years, 10 months ago
  75. 0d71a2b perf callchain: Setup callchain properly in pipe mode by Jiri Olsa · 4 years, 10 months ago
  76. ec98b6d perf script: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*() by Arnaldo Carvalho de Melo · 4 years, 10 months ago
  77. c754c38 perf evsel: Rename perf_evsel__is_*() to evsel__is*() by Arnaldo Carvalho de Melo · 4 years, 10 months ago
  78. 8ab2e96 perf evsel: Rename *perf_evsel__*name() to *evsel__*name() by Arnaldo Carvalho de Melo · 4 years, 10 months ago
  79. 5eb88f0 perf evsel: Rename perf_evsel__nr_cpus() to evsel__nr_cpus() by Arnaldo Carvalho de Melo · 4 years, 10 months ago
  80. fad1f1e perf script: Remove extraneous newline in perf_sample__fprintf_regs() by Stephane Eranian · 4 years, 11 months ago
  81. 680d125 perf script: Add option to enable the LBR stitching approach by Kan Liang · 5 years ago
  82. 1c5c25b perf auxtrace: Add an option to synthesize callchains for regular events by Adrian Hunter · 5 years ago
  83. 1a2725f perf script: Simplify auxiliary event printing functions by Adrian Hunter · 5 years ago
  84. 27486a8 perf script: Fix invalid read of directory entry after closedir() by Andreas Gerstmayr · 5 years ago
  85. 160d4af perf script: Add --show-cgroup-events option by Namhyung Kim · 5 years ago
  86. 26567ed perf script: Introduce --deltatime option by Hagen Paul Pfeifer · 5 years ago
  87. 42bbabe perf tools: Add hw_idx in struct branch_stack by Kan Liang · 5 years ago
  88. 5172672 perf script: Fix invalid LBR/binary mismatch error by Adrian Hunter · 5 years ago
  89. 0cd032d perf script: Fix brstackinsn for AUXTRACE by Adrian Hunter · 5 years ago
  90. 540a63e perf script: Move map__fprintf_srccode() to near its only user by Arnaldo Carvalho de Melo · 5 years ago
  91. b3509b6e perf script: Fix --reltime with --time by Andi Kleen · 5 years ago
  92. 3714437 perf script: Allow --time with --reltime by Andi Kleen · 5 years ago
  93. e98df28 perf script brstackinsn: Fix recovery from LBR/binary mismatch by Andi Kleen · 5 years ago
  94. ca12527 perf evsel: Introduce evsel_fprintf.h by Arnaldo Carvalho de Melo · 5 years ago
  95. 9620bc36 perf evsel: Remove need for symbol_conf in evsel_fprintf.c by Arnaldo Carvalho de Melo · 5 years ago
  96. 515dbe4 libperf: Add perf_evlist__first()/last() functions by Jiri Olsa · 6 years ago
  97. 648b5af libperf: Move 'system_wide' from 'struct evsel' to 'struct perf_evsel' by Jiri Olsa · 6 years ago
  98. 6ef81c5 perf session: Return error code for perf_session__new() function on failure by Mamatha Inamdar · 6 years ago
  99. fa0d984 perf tools: Remove needless evlist.h include directives by Arnaldo Carvalho de Melo · 6 years ago
  100. 4a3cec8 perf dsos: Move the dsos struct and its methods to separate source files by Arnaldo Carvalho de Melo · 6 years ago