aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-10perf tools: Remove dependency on libauditCharlie Jenkins1-5/+2
2025-01-08perf test cpumap: Avoid use-after-free following mergeIan Rogers1-4/+4
2025-01-08perf test trace_btf_general: Fix shellcheck warningJames Clark1-0/+1
2025-01-08perf test: Update ftrace test to use --graph-optsNamhyung Kim1-4/+1
2025-01-08perf tests shell task_analyzer: Run this test exclusivelyArnaldo Carvalho de Melo1-1/+1
2025-01-08perf tests code-reading: Handle change in objdump output from binutils >= 2.4...Charlie Jenkins1-1/+91
2024-12-26perf stat: Fix trailing comma when there is no metric unitJames Clark1-7/+7
2024-12-26perf trace: Add tests for BTF general augmentationHoward Chu1-0/+93
2024-12-18perf stat: Move stat_config into config.cIan Rogers1-7/+9
2024-12-18perf intel-pt: Add a test for pause / resumeAdrian Hunter1-0/+28
2024-12-18perf tools tests shell base_probe: Enhance print_overall_results to print sum...Athira Rajeev3-3/+12
2024-12-13perf tests switch-tracking: Set this test to run exclusivelyArnaldo Carvalho de Melo1-1/+1
2024-12-13perf test: Introduce DEFINE_SUITE_EXCLUSIVE()Ravi Bangoria1-0/+10
2024-12-13Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo2-8/+13
2024-12-12perf tests: Fix an incorrect type in append_script()Jiapeng Chong1-1/+1
2024-12-12perf test: Remove duplicate wordRuffalo Lavoisier1-1/+1
2024-12-11perf test expr: Fix system_tsc_freq for only x86Ian Rogers1-7/+12
2024-12-10perf test: Parse 'perf stat' Topdown events for aarch64Veronika Molnarova1-1/+1
2024-12-09perf test hwmon_pmu: Fix event file locationIan Rogers1-11/+18
2024-12-09perf test hwmon_pmu: Fix event file locationIan Rogers1-11/+18
2024-12-09perf tests: Enable tests disabled due to tracepoint parsingIan Rogers3-29/+4
2024-12-09perf btf: Make the sigtrap test helper to find a member by name widely availableArnaldo Carvalho de Melo1-17/+3
2024-12-09perf cpumap: Add checking for reference counterLeo Yan1-0/+9
2024-12-09perf cpumap: Add more tests for CPU map mergingLeo Yan1-5/+29
2024-12-09libperf cpumap: Refactor perf_cpu_map__merge()Leo Yan1-7/+6
2024-12-02perf test: Don't signal all processes on system when interrupting testsJames Clark1-1/+1
2024-11-22perf tests: Fix hwmon parsing with PMU name testIan Rogers1-2/+3
2024-11-22perf tests hwmon_pmu: Remove double evlist__delete()Arnaldo Carvalho de Melo1-2/+0
2024-11-22perf/test: fix perf ftrace test on s390Thomas Richter1-1/+1
2024-11-22perf test: Correct hwmon test PMU detectionIan Rogers1-1/+2
2024-11-16perf header: Pass a perf_cpu rather than a PMU to get_cpuid_strIan Rogers1-4/+3
2024-11-16perf header: Avoid transitive PMU includesIan Rogers1-0/+2
2024-11-16perf test: Add missing __exit calls in tool/hwmon testsIan Rogers2-0/+2
2024-11-16perf tests: Make leader sampling test work without branch eventJames Clark1-6/+7
2024-11-16perf test shell trace_exit_race: Use --no-comm to avoid cases where COMM isn'...Arnaldo Carvalho de Melo1-2/+2
2024-11-15perf test shell trace_exit_race: Show what went wrong in verbose modeArnaldo Carvalho de Melo1-2/+22
2024-11-14perf tests: Add test for trace output lossBenjamin Peterson1-0/+31
2024-11-09perf test: Add hwmon "PMU" testIan Rogers1-0/+230
2024-11-09perf test: Add hwmon filename parser testIan Rogers4-0/+114
2024-11-08perf build: Include libtraceevent headers directly indicated by pkg-configYicong Yang1-1/+1
2024-11-04perf test: Fix ftrace test with regex patternsNamhyung Kim1-1/+1
2024-11-04perf test: Remove dangling CFLAGS for removed attr.o objectArnaldo Carvalho de Melo1-1/+0
2024-11-04perf test: Remove cpu-list BPF cgroup counter testMichael Petlan1-13/+0
2024-11-04perf build: Make libunwind opt-in rather than opt-outIan Rogers1-3/+3
2024-11-03Merge 'origin/master' into perf-tools-nextNamhyung Kim1-15/+54
2024-11-01perf test: Use sqrtloop workload to test bperf eventTengda Wu1-1/+1
2024-10-28perf test: Sort tests placing exclusive tests lastIan Rogers1-41/+84
2024-10-28perf test: Add a signal handler to kill forked child processesIan Rogers1-3/+34
2024-10-28perf test: Make parallel testing the defaultIan Rogers1-11/+2
2024-10-28perf test: Run parallel tests in two passesIan Rogers4-61/+121