1. 246eba8 perf tools: Add support for PERF_RECORD_TEXT_POKE by Adrian Hunter · 4 years, 8 months ago
  2. b39730a perf annotate: Fix non-null terminated buffer returned by readlink() by Numfor Mbiziwo-Tiapo · 5 years ago
  3. c8f6ae1 perf inject jit: Remove //anon mmap events by Steve MacLean · 4 years, 8 months ago
  4. facbf0b Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 4 years, 6 months ago
  5. 19bf119 perf symbols: Add s390 idle functions 'psw_idle' and 'psw_idle_exit' to list of idle symbols by Sven Schnelle · 4 years, 6 months ago
  6. 78194fb4 perf vendor events power9: Added nest imc metric events by Kajol Jain · 4 years, 7 months ago
  7. bee9ca1 perf report TUI: Remove needless 'dummy' event from menu by Arnaldo Carvalho de Melo · 4 years, 7 months ago
  8. 4c95ad2 perf intel-pt: Fix PEBS sample for XMM registers by Adrian Hunter · 4 years, 7 months ago
  9. add07cc perf intel-pt: Fix displaying PEBS-via-PT with registers by Adrian Hunter · 4 years, 7 months ago
  10. 75bcb87 perf intel-pt: Fix recording PEBS-via-PT with registers by Adrian Hunter · 4 years, 7 months ago
  11. d61cbb8 perf report TUI: Fix segmentation fault in perf_evsel__hists_browse() by Wei Li · 4 years, 7 months ago
  12. f18d5cf perf scripts python: exported-sql-viewer.py: Fix time chart call tree by Adrian Hunter · 4 years, 7 months ago
  13. 031c8d5 perf scripts python: exported-sql-viewer.py: Fix zero id in call tree 'Find' result by Adrian Hunter · 4 years, 7 months ago
  14. 7ff520b perf scripts python: exported-sql-viewer.py: Fix zero id in call graph 'Find' result by Adrian Hunter · 4 years, 7 months ago
  15. 3a3cf7c perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' result by Adrian Hunter · 4 years, 7 months ago
  16. 442ad225 perf record: Fix duplicated sideband events with Intel PT system wide tracing by Adrian Hunter · 4 years, 7 months ago
  17. 640432e perf scripts python: export-to-postgresql.py: Fix struct.pack() int argument by Adrian Hunter · 4 years, 7 months ago
  18. 1f16fca perf parse-events: Disable a subset of bison warnings by Ian Rogers · 4 years, 7 months ago
  19. 304d7a9 perf parse-events: Disable a subset of flex warnings by Ian Rogers · 4 years, 7 months ago
  20. ef9894d perf parse-events: Declare bison header file output by Ian Rogers · 4 years, 7 months ago
  21. 3744ca1 perf expr: Add missing headers noticed when building with NO_LIBBPF=1 by Arnaldo Carvalho de Melo · 4 years, 7 months ago
  22. 4b971df perf parse-events: Declare flex header file output by Ian Rogers · 4 years, 7 months ago
  23. 970a4a3 perf pmu: Add flex debug build flag by Ian Rogers · 4 years, 7 months ago
  24. 5011a52 perf pmu: Add bison debug build flag by Ian Rogers · 4 years, 7 months ago
  25. da77a14 perf parse-events: Use automatic variable for yacc input by Ian Rogers · 4 years, 7 months ago
  26. 8d54c30 perf parse-events: Use automatic variable for flex input by Ian Rogers · 4 years, 7 months ago
  27. 92c7d7c perf evlist: Fix the class prefix for 'struct evlist' branch_type methods by Arnaldo Carvalho de Melo · 4 years, 7 months ago
  28. 8cedf3a perf evlist: Fix the class prefix for 'struct evlist' sample_id_all methods by Arnaldo Carvalho de Melo · 4 years, 7 months ago
  29. b3c2cc2 perf evlist: Fix the class prefix for 'struct evlist' sample_type methods by Arnaldo Carvalho de Melo · 4 years, 7 months ago
  30. d1f249e perf evlist: Fix the class prefix for 'struct evlist' strerror methods by Arnaldo Carvalho de Melo · 4 years, 7 months ago
  31. e251abe perf evlist: Fix the class prefix for 'struct evlist' 'add' evsel methods by Arnaldo Carvalho de Melo · 4 years, 7 months ago
  32. ce0dc7d perf pmu: Improve CPU core PMU HW event list ordering by John Garry · 4 years, 7 months ago
  33. c1b4745 perf pmu: List kernel supplied event aliases for arm64 by John Garry · 4 years, 7 months ago
  34. 4744621 perf cs-etm: Allow no CoreSight sink to be specified on command line by Mike Leach · 4 years, 7 months ago
  35. ff1a12f perf expr: Add < and > operators by Ian Rogers · 4 years, 7 months ago
  36. 3e21a28 perf expr: Add d_ratio operation by Ian Rogers · 4 years, 7 months ago
  37. afdd63f perf script: Fixup some evsel/evlist method names by Arnaldo Carvalho de Melo · 4 years, 7 months ago
  38. 218ca91 perf tests: Add parse metric test for frontend metric by Jiri Olsa · 4 years, 8 months ago
  39. 0a507af perf tests: Add parse metric test for ipc metric by Jiri Olsa · 4 years, 8 months ago
  40. 6d432c4 perf tools: Add test_generic_metric function by Jiri Olsa · 4 years, 8 months ago
  41. 9afe565 perf tools: Release metric_events rblist by Jiri Olsa · 4 years, 8 months ago
  42. 2cfaa85 perf tools: Factor out prepare_metric function by Jiri Olsa · 4 years, 8 months ago
  43. f78ac00 perf tools: Add metricgroup__parse_groups_test function by Jiri Olsa · 4 years, 8 months ago
  44. 1381396 perf tools: Add map to parse_groups() function by Jiri Olsa · 4 years, 7 months ago
  45. 68173bd perf tools: Add fake_pmu to parse_group() function by Jiri Olsa · 4 years, 7 months ago
  46. 8b4468a perf parse: Factor out parse_groups() function by Jiri Olsa · 4 years, 8 months ago
  47. e1c92a7 perf tests: Add another metric parsing test by Jiri Olsa · 4 years, 8 months ago
  48. e46fc8d perf pmu: Add a perf_pmu__fake object to use with __parse_events() by Arnaldo Carvalho de Melo · 4 years, 7 months ago
  49. 3bf91aa perf parse: Provide a way to pass a fake_pmu to parse_events() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  50. 34bacc9 perf tests: Factor check_parse_id function by Jiri Olsa · 4 years, 8 months ago
  51. 387ad33 perf tools: Add fake pmu support by Jiri Olsa · 4 years, 8 months ago
  52. a1f8bc9 perf annotate: Remove unneeded conversion to bool by Jason Yan · 4 years, 9 months ago
  53. c42ad5d perf flamegraph: Explicitly set utf-8 encoding by Andreas Gerstmayr · 4 years, 7 months ago
  54. 6a1515c perf build: Fix error message when asking for -fsanitize=address without required libraries by Tiezhu Yang · 4 years, 7 months ago
  55. b13b04d perf script: Initialize zstd_data by Milian Wolff · 4 years, 7 months ago
  56. 85d0f9a perf pmu: Remove unused declaration by Ian Rogers · 4 years, 7 months ago
  57. ffaecd7 perf parse-events: Fix an old style declaration by Ian Rogers · 4 years, 7 months ago
  58. c2412fa perf parse-events: Fix an incompatible pointer by Ian Rogers · 4 years, 7 months ago
  59. d38c692 perf bpf: Fix bpf prologue generation by Sumanth Korikkar · 4 years, 7 months ago
  60. 9256c30 perf probe: Fix user attribute access in kprobes by Sumanth Korikkar · 4 years, 7 months ago
  61. c0c652f perf stat: Fix NULL pointer dereference by Hongbo Yao · 4 years, 8 months ago
  62. 11b6e54 perf report: Fix NULL pointer dereference in hists__fprintf_nr_sample_events() by Gaurav Singh · 4 years, 7 months ago
  63. 5d33cbf perf beauty: Add support to STATX_MNT_ID in the 'statx' syscall 'mask' argument by Arnaldo Carvalho de Melo · 4 years, 7 months ago
  64. 6c3c184 tools headers API: Update faccessat2 affected files by Arnaldo Carvalho de Melo · 4 years, 7 months ago
  65. 3e9b26d perf tools: Remove some duplicated includes by Tiezhu Yang · 4 years, 8 months ago
  66. 0affd0e perf symbols: Fix kernel maps for kcore and eBPF by Adrian Hunter · 4 years, 8 months ago
  67. a9a17902 perf stat: Ensure group is defined on top of the same cpu mask by Jiri Olsa · 4 years, 8 months ago
  68. 5cf0e8e perf libdw: Fix off-by 1 relative directory includes by Ian Rogers · 4 years, 8 months ago
  69. a54ca19 perf arm-spe: Support synthetic events by Tan Xiaojun · 4 years, 8 months ago
  70. 9f74d77 perf auxtrace: Add four itrace options by Tan Xiaojun · 4 years, 8 months ago
  71. 4db25f6 perf tools: Move arm-spe-pkt-decoder.h/c to the new dir by Tan Xiaojun · 4 years, 8 months ago
  72. 0fb0d61 perf test: Initialize memory in dwarf-unwind by Ian Rogers · 4 years, 8 months ago
  73. 8617e2e perf tests: Don't tail call optimize in unwind test by Ian Rogers · 4 years, 8 months ago
  74. 9300acc perf build: Add a LIBPFM4=1 build test entry by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  75. 7094349 perf tools: Add optional support for libpfm4 by Stephane Eranian · 4 years, 9 months ago
  76. 82352ae2 perf tools: Correct license on jsmn JSON parser by Ed Maste · 4 years, 8 months ago
  77. 1e4bd2a perf jit: Fix inaccurate DWARF line table by Nick Gasson · 4 years, 8 months ago
  78. 7d7e503 perf jvmti: Remove redundant jitdump line table entries by Nick Gasson · 4 years, 8 months ago
  79. 60da3a1 perf build: Add NO_SDT=1 to the default set of build tests by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  80. 69fbadb perf build: Add NO_LIBCRYPTO=1 to the default set of build tests by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  81. 5bc7aac perf build: Add NO_SYSCALL_TABLE=1 to the build tests by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  82. a88f70d perf build: Remove libaudit from the default feature checks by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  83. d21cb73 perf trace: Grow the syscall table as needed when using libaudit by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  84. a9e8c1f perf trace: Use zalloc() to make sure all fields are zeroed in the syscalltbl constructor by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  85. db6b8cc perf trace: Remove union from syscalltbl, all the fields are needed by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  86. 43de386 perf build: Allow explicitely disabling the NO_SYSCALL_TABLE variable by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  87. 9b90d97 perf build: Group the NO_SYSCALL_TABLE logic by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  88. 9b2d206 perf intel-pt: Refine kernel decoding only warning message by Adrian Hunter · 4 years, 8 months ago
  89. 16b4b4e perf record: Respect --no-switch-events by Adrian Hunter · 4 years, 8 months ago
  90. b516408 perf script: Fix --call-trace for Intel PT by Adrian Hunter · 4 years, 8 months ago
  91. 87cf836 perf evlist: Disable 'immediate' events last by Adrian Hunter · 4 years, 8 months ago
  92. 61f82e3 perf kcore_copy: Fix module map when there are no modules loaded by Adrian Hunter · 4 years, 8 months ago
  93. 0bdf318 perf jvmti: Fix demangling Java symbols by Nick Gasson · 4 years, 9 months ago
  94. 525c821 perf tests: Add test for the java demangler by Nick Gasson · 4 years, 9 months ago
  95. 959f8ed perf jvmti: Do not report error when missing debug information by Nick Gasson · 4 years, 9 months ago
  96. 953e924 perf jvmti: Fix jitdump for methods without debug info by Nick Gasson · 4 years, 9 months ago
  97. 85afd35 perf symbols: Fix debuginfo search for Ubuntu by Adrian Hunter · 4 years, 8 months ago
  98. 1244a32 perf parse: Add 'struct parse_events_state' pointer to scanner by Jiri Olsa · 4 years, 8 months ago
  99. 5f09ca5a perf stat: Do not pass avg to generic_metric by Jiri Olsa · 4 years, 8 months ago
  100. d685e6c perf tests: Consider subtests when searching for user specified tests by Jiri Olsa · 4 years, 8 months ago