1. 9ea150a perf parse-events: Fixes relating to no_value terms by Ian Rogers · 1 year, 6 months ago
  2. f0005f1 perf metric: Add #num_cpus_online literal by Ian Rogers · 1 year, 6 months ago
  3. d2045f8 perf jevents: Use "default_core" for events with no Unit by Ian Rogers · 1 year, 7 months ago
  4. a84260e perf test stat_bpf_counters_cgrp: Enhance perf stat cgroup BPF counter test by Namhyung Kim · 1 year, 7 months ago
  5. 68ca249 perf test shell stat_bpf_counters: Fix test on Intel by Namhyung Kim · 1 year, 7 months ago
  6. 11f5710 perf test shell record_bpf_filter: Skip 6.2 kernel by Namhyung Kim · 1 year, 7 months ago
  7. b782304 perf pmu: Make id const and add missing free by Ian Rogers · 1 year, 7 months ago
  8. 970ef02 perf parse-events: Make term's config const by Ian Rogers · 1 year, 7 months ago
  9. c091ee9 perf pmu: Remove logic for PMU name being NULL by Ian Rogers · 1 year, 7 months ago
  10. eeb6b12 perf jevents: Don't append Unit to desc by Ian Rogers · 1 year, 7 months ago
  11. 8d4b6d3 perf pmu: Lazily load sysfs aliases by Ian Rogers · 1 year, 7 months ago
  12. e6ff1ee perf pmu: Lazily add JSON events by Ian Rogers · 1 year, 7 months ago
  13. 7c52f10 perf pmu: Cache JSON events table by Ian Rogers · 1 year, 7 months ago
  14. edb217f perf pmu: Parse sysfs events directly from a file by Ian Rogers · 1 year, 7 months ago
  15. 3d50454 perf pmu-events: Add pmu_events_table__find_event() by Ian Rogers · 1 year, 7 months ago
  16. e3edd6c perf pmu-events: Reduce processed events by passing PMU by Ian Rogers · 1 year, 7 months ago
  17. 2e255b4 perf jevents: Group events by PMU by Ian Rogers · 1 year, 7 months ago
  18. 4000519 perf pmu-events: Add extra underscore to function names by Ian Rogers · 1 year, 7 months ago
  19. c3245d2 perf pmu: Abstract alias/event struct by Ian Rogers · 1 year, 7 months ago
  20. 5040264 perf pmu: Make the loading of formats lazy by Ian Rogers · 1 year, 7 months ago
  21. 838a8c5 perf pmu: Pass PMU rather than aliases and format by Ian Rogers · 1 year, 7 months ago
  22. 804fee5 perf pmu: Avoid passing format list to perf_pmu__config_terms() by Ian Rogers · 1 year, 7 months ago
  23. 10da1b8 perf tests mmap-basic: Adapt for riscv by Alexandre Ghiti · 1 year, 7 months ago
  24. 82b0a10 perf dlfilter: Add al_cleanup() by Adrian Hunter · 1 year, 7 months ago
  25. 9575ecd perf test: Add perf record sample filtering test by Namhyung Kim · 1 year, 7 months ago
  26. 3d6dfae perf parse-events: Remove BPF event support by Ian Rogers · 1 year, 7 months ago
  27. 56b11a2 perf bpf: Remove support for embedding clang for compiling BPF events (-e foo.c) by Ian Rogers · 1 year, 7 months ago
  28. 6f769c3 perf tests trace+probe_vfs_getname.sh: Accept quotes surrounding the filename by Arnaldo Carvalho de Melo · 1 year, 7 months ago
  29. 7777ac3d perf test trace+probe_vfs_getname.sh: Remove stray \ before / by Arnaldo Carvalho de Melo · 1 year, 7 months ago
  30. bf18429 Merge remote-tracking branch 'torvalds/master' into perf-tools-next by Arnaldo Carvalho de Melo · 1 year, 7 months ago
  31. ed847e3 perf test bpf: Address error about non-null argument for epoll_pwait 2nd arg by Arnaldo Carvalho de Melo · 1 year, 7 months ago
  32. 35578a5 perf tests stat+std_output: Fix shellcheck warnings about word splitting/quoting and local variables by Athira Rajeev · 1 year, 8 months ago
  33. 8439b44 perf tests stat+std_output: Fix shellcheck warnings about word splitting/quoting by Athira Rajeev · 1 year, 8 months ago
  34. eef1fb5 perf tests lib stat_output: Fix shellcheck warning about missing shebang by Kajol Jain · 1 year, 8 months ago
  35. 1f14b8a perf tests coresight thread_loop_check_tid_2: Fix shellcheck warnings about word splitting/quoting by Kajol Jain · 1 year, 8 months ago
  36. 3a4367c perf tests record+zstd_comp_decomp: Fix the shellcheck warnings about word splitting/quoting by Athira Rajeev · 1 year, 8 months ago
  37. 1e094f9 perf tests lib waiting: Fix the shellcheck warnings about missing shebang by Athira Rajeev · 1 year, 8 months ago
  38. a5f3171 perf tests lib probe_vfs_getname: Fix shellcheck warnings about missing shebang/local variables by Athira Rajeev · 1 year, 8 months ago
  39. b19de09b perf tests unroll_loop_thread_10: Fix shellcheck warnings about word splitting/quoting by Athira Rajeev · 1 year, 8 months ago
  40. 5fe0531 perf tests thread_loop_check_tid_10: Fix shellcheck warnings bout word splitting/quoting by Athira Rajeev · 1 year, 8 months ago
  41. 05ef238 perf tests lib probe: Fix shellcheck warning about about missing shebang by Kajol Jain · 1 year, 8 months ago
  42. 5f83f1d perf tests memcpy_thread_16k_10: Fix shellcheck warning about word splitting/quote by Kajol Jain · 1 year, 8 months ago
  43. 60f253e perf tests asm_pure_loop: Fix shellcheck warning about word splitting/quote by Kajol Jain · 1 year, 8 months ago
  44. d13841e perf tests stat+shadow_stat: Fix shellcheck warning about unused variable by Athira Rajeev · 1 year, 8 months ago
  45. d10eedd perf tests stat_bpf_counters: Fix usage of '==' to address shellcheck warning by Athira Rajeev · 1 year, 8 months ago
  46. 38b3fa0 perf tests perf_dat _converter_json: Use quoting to avoid word splitting by Athira Rajeev · 1 year, 8 months ago
  47. faae152 perf tests stat+csv_summary: Fix unused variable references detected via shellcheck by Athira Rajeev · 1 year, 8 months ago
  48. e9c7c3a10 perf tests: Address signal case issues detected via shellcheck by Athira Rajeev · 1 year, 8 months ago
  49. 0dd1f81 perf test stat_bpf_counters_cgrp: Fix shellcheck issue about logical operators by Kajol Jain · 1 year, 8 months ago
  50. edf197c perf tests lock_contention: Fix shellcheck issue about quoting to avoid word splitting by Kajol Jain · 1 year, 8 months ago
  51. a225c30 perf tests record_offcpu: Fix shellcheck warnings about word splitting/quoting and signal names case by Kajol Jain · 1 year, 8 months ago
  52. 7b485d9 perf tests probe_vfs_getname: Fix shellcheck warnings about word splitting/quoting by Kajol Jain · 1 year, 8 months ago
  53. 38beba6 perf tests trace+probe_vfs_getname: Fix shellcheck warnings about word splitting/quoting by Akanksha J N · 1 year, 8 months ago
  54. 11cb1ed perf tests task_analyzer: Check perf build options for libtraceevent support by Aditya Gupta · 1 year, 8 months ago
  55. 07d2b82 perf test parse-events: Test complex name has required event format by Ian Rogers · 1 year, 8 months ago
  56. 404e077 perf tools: Add a place to put kernel config fragments for test runs by James Clark · 1 year, 9 months ago
  57. d81fa63 perf parse-events: Populate error column for BPF/tracepoint events by Ian Rogers · 1 year, 9 months ago
  58. 98ce8e4 perf test uprobe_from_different_cu: Skip if there is no gcc by Georg Müller · 1 year, 7 months ago
  59. 5cfb0cc perf test: Avoid weak symbol for arch_tests by Ian Rogers · 1 year, 8 months ago
  60. 91f88a0 perf stat: Avoid uninitialized use of perf_stat_config by Ian Rogers · 1 year, 8 months ago
  61. 2480232 perf test task_exit: No need for a cycles event to check if we get an PERF_RECORD_EXIT by Arnaldo Carvalho de Melo · 1 year, 8 months ago
  62. 56cbeac perf probe: Add test for regression introduced by switch to die_get_decl_file() by Georg Müller · 1 year, 9 months ago
  63. bcd981d perf test: Fix event parsing test when PERF_PMU_CAP_EXTENDED_HW_TYPE isn't supported. by James Clark · 1 year, 8 months ago
  64. 808ce56 perf test: Fix event parsing test on Arm by James Clark · 1 year, 8 months ago
  65. 2aefb4c perf test: Test perf lock contention CSV output by Namhyung Kim · 1 year, 8 months ago
  66. 4a4a9bf perf expr: Add has_event function by Ian Rogers · 1 year, 9 months ago
  67. ad5f604 perf test: Fix a compile error on pe-file-parsing.c by Namhyung Kim · 1 year, 9 months ago
  68. d82257d perf symbol: Remove now unused symbol_conf.sort_by_name by Ian Rogers · 1 year, 9 months ago
  69. 06c39e7 perf test: Add build tests for BUILD_BPF_SKEL by Ian Rogers · 1 year, 9 months ago
  70. 4d60e83 perf test: Skip metrics w/o event name in stat STD output linter by Namhyung Kim · 1 year, 9 months ago
  71. 8d3df7c perf test: Reorder event name checks in stat STD output linter by Namhyung Kim · 1 year, 9 months ago
  72. e4ef3ef perf test: Set PERF_EXEC_PATH for script execution by Namhyung Kim · 1 year, 9 months ago
  73. 33fe7c0 perf tests: Fix test_arm_callgraph_fp variable expansion by James Clark · 1 year, 9 months ago
  74. d7c2d34 perf test: Remove x permission from lib/stat_output.sh by Namhyung Kim · 1 year, 9 months ago
  75. 1203a63 perf test: Rerun failed metrics with longer workload by Weilin Wang · 1 year, 9 months ago
  76. a0f1cc1 perf test: Add skip list for metrics known would fail by Weilin Wang · 1 year, 9 months ago
  77. 3ad7092 perf test: Add metric value validation test by Weilin Wang · 1 year, 9 months ago
  78. bb6b369 perf test record+probe_libc_inet_pton.sh: Use "grep -F" instead of obsolescent "fgrep" by Tiezhu Yang · 1 year, 9 months ago
  79. 99a04a4 perf test: Add test case for the standard 'perf stat' output by Kan Liang · 1 year, 9 months ago
  80. fc51fc8 perf test: Move all the check functions of stat CSV output to lib by Kan Liang · 1 year, 9 months ago
  81. 18b687d pert tests: Update metric-value for perf stat JSON output by Kan Liang · 1 year, 9 months ago
  82. e259555 pert tests: Support metricgroup perf stat JSON output by Kan Liang · 1 year, 9 months ago
  83. c3ac3b0 perf tests task_analyzer: Skip tests if no libtraceevent support by Aditya Gupta · 1 year, 9 months ago
  84. b8e55fd perf tests task_analyzer: Print command that failed instead of just "perf" by Aditya Gupta · 1 year, 9 months ago
  85. 5c4396e perf tests task_analyzer: Fix bad substitution ${$1} by Aditya Gupta · 1 year, 9 months ago
  86. c4a1a77 perf tests stat+shadow_stat.sh: Fix all POSIX sh warnings found using shellcheck by Spoorthy S · 1 year, 9 months ago
  87. 3b3bf0d1 perf tests test_brstack.sh: Fix all POSIX sh warnings by Geetika · 1 year, 9 months ago
  88. ed46a99 perf tests shell: Fixed shellcheck warnings by Samir Mulani · 1 year, 9 months ago
  89. fa33cbe perf tests lock_contention: Fix shellscript errors by Abhirup Deb · 1 year, 9 months ago
  90. e0da03c perf tests test_arm_spe: Address shellcheck warnings about signal name case by Abhirup Deb · 1 year, 9 months ago
  91. 9694dfe perf tests test_task_analyzer: Fix shellcheck issues by Aboorva Devarajan · 1 year, 9 months ago
  92. a6bdb81 perf tests stat_all_metrics: Fix shellcheck warning SC2076 by Barnali Guha Thakurata · 1 year, 9 months ago
  93. 0ed4b53 perf tests test_arm_coresight: Shellcheck fixes by Anushree Mathur · 1 year, 9 months ago
  94. 9e9d07a perf tests stat+csv_output: Fix shellcheck warnings by Korrapati Likhitha · 1 year, 9 months ago
  95. 5bd35df perf tests daemon: Address shellcheck warnings by Shirisha G · 1 year, 9 months ago
  96. 1bb17b4 perf tests arm_callgraph_fp: Address shellcheck warnings about signal names and adding double quotes for expression by Spoorthy S · 1 year, 9 months ago
  97. b3839ff perf tests stat+json_output: Address shellcheck warnings by Disha Goel · 1 year, 9 months ago
  98. d436373 perf tests: Make x86 new instructions test optional at build time by Adrian Hunter · 1 year, 9 months ago
  99. cf078c8 perf machine: Make delete_threads part of machine__exit by Ian Rogers · 1 year, 9 months ago
  100. f6005ca perf thread: Add reference count checking by Ian Rogers · 1 year, 9 months ago