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