summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests
Commit message (Expand)AuthorAgeFilesLines
* perf parse-events: Fixes relating to no_value termsIan Rogers2023-09-021-1/+1
* perf metric: Add #num_cpus_online literalIan Rogers2023-08-301-1/+4
* perf jevents: Use "default_core" for events with no UnitIan Rogers2023-08-291-9/+10
* perf test stat_bpf_counters_cgrp: Enhance perf stat cgroup BPF counter testNamhyung Kim2023-08-291-1/+1
* perf test shell stat_bpf_counters: Fix test on IntelNamhyung Kim2023-08-291-2/+2
* perf test shell record_bpf_filter: Skip 6.2 kernelNamhyung Kim2023-08-291-0/+6
* perf pmu: Make id const and add missing freeIan Rogers2023-08-251-2/+2
* perf parse-events: Make term's config constIan Rogers2023-08-251-9/+9
* perf pmu: Remove logic for PMU name being NULLIan Rogers2023-08-251-8/+8
* perf jevents: Don't append Unit to descIan Rogers2023-08-241-11/+11
* perf pmu: Lazily load sysfs aliasesIan Rogers2023-08-241-0/+2
* perf pmu: Lazily add JSON eventsIan Rogers2023-08-241-0/+2
* perf pmu: Cache JSON events tableIan Rogers2023-08-241-0/+2
* perf pmu: Parse sysfs events directly from a fileIan Rogers2023-08-241-1/+1
* perf pmu-events: Add pmu_events_table__find_event()Ian Rogers2023-08-241-0/+5
* perf pmu-events: Reduce processed events by passing PMUIan Rogers2023-08-241-2/+4
* perf jevents: Group events by PMUIan Rogers2023-08-241-12/+18
* perf pmu-events: Add extra underscore to function namesIan Rogers2023-08-241-2/+2
* perf pmu: Abstract alias/event structIan Rogers2023-08-241-53/+48
* perf pmu: Make the loading of formats lazyIan Rogers2023-08-241-1/+1
* perf pmu: Pass PMU rather than aliases and formatIan Rogers2023-08-232-29/+20
* perf pmu: Avoid passing format list to perf_pmu__config_terms()Ian Rogers2023-08-231-34/+42
* perf tests mmap-basic: Adapt for riscvAlexandre Ghiti2023-08-161-2/+4
* perf dlfilter: Add al_cleanup()Adrian Hunter2023-08-151-10/+28
* perf test: Add perf record sample filtering testNamhyung Kim2023-08-151-0/+128
* perf parse-events: Remove BPF event supportIan Rogers2023-08-1511-860/+0
* perf bpf: Remove support for embedding clang for compiling BPF events (-e foo.c)Ian Rogers2023-08-154-35/+0
* perf tests trace+probe_vfs_getname.sh: Accept quotes surrounding the filenameArnaldo Carvalho de Melo2023-08-151-1/+1
* perf test trace+probe_vfs_getname.sh: Remove stray \ before /Arnaldo Carvalho de Melo2023-08-151-1/+1
* Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo2023-08-042-2/+18
|\
| * perf test parse-events: Test complex name has required event formatIan Rogers2023-08-011-1/+11
| * perf test uprobe_from_different_cu: Skip if there is no gccGeorg Müller2023-07-281-1/+7
* | perf test bpf: Address error about non-null argument for epoll_pwait 2nd argArnaldo Carvalho de Melo2023-08-031-1/+2
* | perf tests stat+std_output: Fix shellcheck warnings about word splitting/quot...Athira Rajeev2023-08-031-2/+1
* | perf tests stat+std_output: Fix shellcheck warnings about word splitting/quotingAthira Rajeev2023-08-031-1/+1
* | perf tests lib stat_output: Fix shellcheck warning about missing shebangKajol Jain2023-08-031-0/+1
* | perf tests coresight thread_loop_check_tid_2: Fix shellcheck warnings about w...Kajol Jain2023-08-031-1/+1
* | perf tests record+zstd_comp_decomp: Fix the shellcheck warnings about word sp...Athira Rajeev2023-08-031-7/+7
* | perf tests lib waiting: Fix the shellcheck warnings about missing shebangAthira Rajeev2023-08-031-0/+1
* | perf tests lib probe_vfs_getname: Fix shellcheck warnings about missing sheba...Athira Rajeev2023-08-031-2/+3
* | perf tests unroll_loop_thread_10: Fix shellcheck warnings about word splittin...Athira Rajeev2023-08-031-1/+1
* | perf tests thread_loop_check_tid_10: Fix shellcheck warnings bout word splitt...Athira Rajeev2023-08-031-1/+1
* | perf tests lib probe: Fix shellcheck warning about about missing shebangKajol Jain2023-08-031-0/+1
* | perf tests memcpy_thread_16k_10: Fix shellcheck warning about word splitting/...Kajol Jain2023-08-031-1/+1
* | perf tests asm_pure_loop: Fix shellcheck warning about word splitting/quoteKajol Jain2023-08-031-1/+1
* | perf tests stat+shadow_stat: Fix shellcheck warning about unused variableAthira Rajeev2023-08-031-2/+2
* | perf tests stat_bpf_counters: Fix usage of '==' to address shellcheck warningAthira Rajeev2023-08-031-2/+2
* | perf tests perf_dat _converter_json: Use quoting to avoid word splittingAthira Rajeev2023-08-031-1/+1
* | perf tests stat+csv_summary: Fix unused variable references detected via shel...Athira Rajeev2023-08-031-2/+2
* | perf tests: Address signal case issues detected via shellcheckAthira Rajeev2023-08-031-1/+1