1. b4a7276 perf test: Add parse-events test for aliases with hyphens by John Garry · 3 years ago
  2. 34fa67e perf test: Add pmu-events test for aliases with hyphens by John Garry · 3 years ago
  3. 4402869 perf cpumap: Migrate to libperf cpumap api by Ian Rogers · 3 years ago
  4. 1aa77e7 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 3 years ago
  5. 6d18804 perf cpumap: Give CPUs their own type by Ian Rogers · 3 years ago
  6. aa11e55 perf test: Use perf_cpu_map__for_each_cpu() by Ian Rogers · 3 years ago
  7. 2ca0a37 perf evsel: Derive CPUs and threads in alloc_counts by Ian Rogers · 3 years ago
  8. 3479491 perf cpumap: Add CPU to aggr_cpu_id by Ian Rogers · 3 years ago
  9. dfc66be perf cpumap: Move 'has' function to libperf by Ian Rogers · 3 years ago
  10. 973aeb3 perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functions by Ian Rogers · 3 years ago
  11. 86d9404 perf cpumap: Remove map+index get_node() by Ian Rogers · 3 years ago
  12. 3f6233d perf cpumap: Remove map+index get_core() by Ian Rogers · 3 years ago
  13. 1cdae3d perf cpumap: Remove map+index get_die() by Ian Rogers · 3 years ago
  14. 448a69d perf cpumap: Remove map+index get_socket() by Ian Rogers · 3 years ago
  15. 0046686 perf test: Enable system wide for metricgroups test by Ian Rogers · 3 years, 1 month ago
  16. f8464e0 perf test: Use 3 digits for test numbering now we can have more tests by Carsten Haitzler · 3 years, 1 month ago
  17. a840974 perf test: Test 73 Sig_trap fails on s390 by Thomas Richter · 3 years, 1 month ago
  18. f0a29c9 perf bench: Use unbuffered output when pipe/tee'ing to a file by Sohaib Mohamed · 3 years, 2 months ago
  19. be31582 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 1 month ago
  20. e9c08f7 perf test sigtrap: Print errno string when failing by Arnaldo Carvalho de Melo · 3 years, 2 months ago
  21. 5504f67 perf test sigtrap: Add basic stress test for sigtrap handling by Marco Elver · 3 years, 2 months ago
  22. 1aa79e5 perf test: Reset shadow counts before loading by Ian Rogers · 3 years, 2 months ago
  23. 6c48103 perf test: Fix 'Simple expression parser' test on arch without CPU die topology info by Thomas Richter · 3 years, 2 months ago
  24. 0bf4054 perf: Mute libbpf API deprecations temporarily by Andrii Nakryiko · 3 years, 1 month ago
  25. b194c9c perf evsel: Fix memory leaks relating to unit by Ian Rogers · 3 years, 2 months ago
  26. cb5a63f perf test sample-parsing: Fix branch_stack entry endianness check by Thomas Richter · 3 years, 2 months ago
  27. ccb0559 perf tests wp: Remove unused functions on s390 by Arnaldo Carvalho de Melo · 3 years, 2 months ago
  28. ac96f46 perf tests: Remove bash constructs from stat_all_pmu.sh by James Clark · 3 years, 3 months ago
  29. a9cdc1c perf tests: Remove bash construct from record+zstd_comp_decomp.sh by James Clark · 3 years, 3 months ago
  30. c8b9476 perf test: Remove bash construct from stat_bpf_counters.sh test by James Clark · 3 years, 3 months ago
  31. f08a8fc perf test bpf: Use ARRAY_CHECK() instead of ad-hoc equivalent, addressing array_size.cocci warning by Guo Zhengkui · 3 years, 2 months ago
  32. 6b1b208b perf arm-spe: Snapshot mode test by German Gomez · 3 years, 2 months ago
  33. 9aba0ad perf expr: Add source_count for aggregating events by Ian Rogers · 3 years, 2 months ago
  34. fdf1e29 perf expr: Add metric literals for topology. by Ian Rogers · 3 years, 2 months ago
  35. 604ce2f perf test: Add expr test for events with hyphens by Ian Rogers · 3 years, 2 months ago
  36. b47d2fb perf test: Remove skip_if_fail by Ian Rogers · 3 years, 2 months ago
  37. 848ddf5 perf test: Remove is_supported function by Ian Rogers · 3 years, 2 months ago
  38. e74dd9c perf test: TSC test, remove is_supported use by Ian Rogers · 3 years, 2 months ago
  39. 4935e2c perf test: BP tests, remove is_supported use by Ian Rogers · 3 years, 2 months ago
  40. c76ec1c perf test: Remove non test case style support. by Ian Rogers · 3 years, 2 months ago
  41. 1870356 perf test: Convert time to tsc test to test case. by Ian Rogers · 3 years, 2 months ago
  42. e329f03 perf test: bp tests use test case by Ian Rogers · 3 years, 2 months ago
  43. 94e11fc perf test: Remove now unused subtest helpers by Ian Rogers · 3 years, 2 months ago
  44. e65bc1f perf test: Convert llvm tests to test cases. by Ian Rogers · 3 years, 2 months ago
  45. 5801e96 perf test: Convert bpf tests to test cases. by Ian Rogers · 3 years, 2 months ago
  46. 44a8528 perf test: Convert clang tests to test cases. by Ian Rogers · 3 years, 2 months ago
  47. e47c6ec perf test: Convert watch point tests to test cases. by Ian Rogers · 3 years, 2 months ago
  48. 2a74fe82 perf test: Convert pmu event tests to test cases. by Ian Rogers · 3 years, 2 months ago
  49. 039f355 perf test: Convert pfm tests to use test cases. by Ian Rogers · 3 years, 2 months ago
  50. 9be56d3 perf test: Add skip reason to test case. by Ian Rogers · 3 years, 2 months ago
  51. 78244d2 perf test: Add test case struct. by Ian Rogers · 3 years, 2 months ago
  52. f832044 perf test: Add helper functions for abstraction. by Ian Rogers · 3 years, 2 months ago
  53. 33f44bf perf test: Rename struct test to test_suite by Ian Rogers · 3 years, 2 months ago
  54. d68f036 perf test: Move each test suite struct to its test by Ian Rogers · 3 years, 2 months ago
  55. df22520 perf test: Make each test/suite its own struct. by Ian Rogers · 3 years, 2 months ago
  56. 54df5c8 perf test: Use macro for "suite" definitions by Ian Rogers · 3 years, 2 months ago
  57. fe90d37 perf test: Use macro for "suite" declarations by Ian Rogers · 3 years, 2 months ago
  58. 07eafd4 perf parse-event: Add init and exit to parse_event_error by Ian Rogers · 3 years, 2 months ago
  59. 6c19128 perf parse-events: Rename parse_events_error functions by Ian Rogers · 3 years, 2 months ago
  60. 10269a2 perf test sample-parsing: Add endian test for struct branch_flags by Madhavan Srinivasan · 3 years, 3 months ago
  61. 133fe2e perf tests: Improve temp file cleanup in test_arm_coresight.sh by James Clark · 3 years, 4 months ago
  62. 39c5348 perf tests: Fix trace+probe_vfs_getname.sh /tmp cleanup by James Clark · 3 years, 4 months ago
  63. cf95f85 perf test: Fix record+script_probe_vfs_getname.sh /tmp cleanup by James Clark · 3 years, 4 months ago
  64. ec5c5b3 perf metric: Encode and use metric-id as qualifier by Ian Rogers · 3 years, 3 months ago
  65. 80be643 perf metric: Modify resolution and recursion check by Ian Rogers · 3 years, 3 months ago
  66. fa831fb perf metric: Move runtime value to the expr context by Ian Rogers · 3 years, 3 months ago
  67. 47f572a perf pmu: Make pmu_event tables const. by Ian Rogers · 3 years, 3 months ago
  68. 857974a perf pmu: Make pmu_sys_event_tables const. by Ian Rogers · 3 years, 3 months ago
  69. 0ec43c0 perf pmu: Add const to pmu_events_map. by Ian Rogers · 3 years, 3 months ago
  70. 47e7dd3 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 3 years, 3 months ago
  71. 0b6c537 perf tests attr: Add missing topdown metrics events by Kan Liang · 3 years, 4 months ago
  72. 2b77515 perf tests vmlinux-kallsyms: Ignore hidden symbols by Michael Petlan · 3 years, 4 months ago
  73. 9488696 perf metric: Avoid events for an 'if' constant result by Ian Rogers · 3 years, 4 months ago
  74. a8e4e88 perf metric: Don't compute unused events by Ian Rogers · 3 years, 4 months ago
  75. 114a9d6 perf metric: Add utilities to work on ids map. by Ian Rogers · 3 years, 4 months ago
  76. 7e06a5e perf metric: Rename expr__find_other. by Ian Rogers · 3 years, 4 months ago
  77. cb94a02 perf metric: Restructure struct expr_parse_ctx. by Ian Rogers · 3 years, 4 months ago
  78. b8b350a perf test: Add pmu-event test for event described as "config=" by John Garry · 3 years, 4 months ago
  79. 56be051 perf test: Verify more event members in pmu-events test by John Garry · 3 years, 4 months ago
  80. 4f9d4f8 perf parse-events: Set numeric term config by John Garry · 3 years, 4 months ago
  81. 3d5ac9e perf test: Workload test of all PMUs by Ian Rogers · 3 years, 4 months ago
  82. 4a87dea perf test: Workload test of metric and metricgroups by Ian Rogers · 3 years, 4 months ago
  83. 0f892fd perf tests: Fix flaky test 'Object code reading' by James Clark · 3 years, 4 months ago
  84. 5c34aea perf test: Fix DWARF unwind for optimized builds. by Ian Rogers · 3 years, 4 months ago
  85. 84111b9 perf tools: Allow controlling synthesizing PERF_RECORD_ metadata events during record by Namhyung Kim · 3 years, 5 months ago
  86. 3e11300 perf test: Fix bpf test sample mismatch reporting by Michael Petlan · 3 years, 5 months ago
  87. 2d33820 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
  88. 7fc5b57 tools: rename bitmap_alloc() to bitmap_zalloc() by Andy Shevchenko · 3 years, 4 months ago
  89. c7a3828 perf tests: Add test for PMU aliases by Jin Yao · 3 years, 5 months ago
  90. 792adb1 perf tools: Fix LLVM test failure when running in verbose mode by James Clark · 3 years, 5 months ago
  91. a05b427 perf tests: Fix *probe_vfs_getname.sh test failures by James Clark · 3 years, 5 months ago
  92. 6ca822e perf tests dlfilter: Free desc and long_desc in check_filter_desc by Riccardo Mancini · 3 years, 5 months ago
  93. 5f534a8 perf test: Do not compare overheads in the zstd comp test by Namhyung Kim · 3 years, 5 months ago
  94. ebdf90a4 perf test: Make --skip work on shell tests by Riccardo Mancini · 3 years, 5 months ago
  95. 9f9c9a8 perf tests: Add dlfilter test by Adrian Hunter · 3 years, 5 months ago
  96. 8ee465a perf test: Add pmu-events sys event support by John Garry · 3 years, 6 months ago
  97. 6a86657 perf test: Add more pmu-events uncore aliases by John Garry · 3 years, 6 months ago
  98. 5a65c0c perf test: Re-add pmu-event uncore PMU alias test by John Garry · 3 years, 6 months ago
  99. 3bc4526 perf test: Test pmu-events core aliases separately by John Garry · 3 years, 6 months ago
  100. e386acd perf test: Factor out pmu-events alias comparison by John Garry · 3 years, 6 months ago