summaryrefslogtreecommitdiff
path: root/tools/perf/tests
AgeCommit message (Expand)AuthorFilesLines
2025-02-08perf test: Skip syscall enum test if no landlock syscallNamhyung Kim1-2/+6
2025-02-08perf test stat: Avoid hybrid assumption when virtualizedIan Rogers1-1/+5
2025-02-08perf stat: Fix trailing comma when there is no metric unitJames Clark1-7/+7
2024-12-11perf test expr: Fix system_tsc_freq for only x86Ian Rogers1-7/+12
2024-12-10perf test hwmon_pmu: Fix event file locationIan Rogers1-11/+18
2024-12-02perf test: Don't signal all processes on system when interrupting testsJames Clark1-1/+1
2024-11-23perf tests: Fix hwmon parsing with PMU name testIan Rogers1-2/+3
2024-11-23perf tests hwmon_pmu: Remove double evlist__delete()Arnaldo Carvalho de Melo1-2/+0
2024-11-23perf/test: fix perf ftrace test on s390Thomas Richter1-1/+1
2024-11-23perf 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-15perf 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-09perf build: Include libtraceevent headers directly indicated by pkg-configYicong Yang1-1/+1
2024-11-05perf test: Fix ftrace test with regex patternsNamhyung Kim1-1/+1
2024-11-05perf test: Remove dangling CFLAGS for removed attr.o objectArnaldo Carvalho de Melo1-1/+0
2024-11-05perf 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-04Merge 'origin/master' into perf-tools-nextNamhyung Kim1-15/+54
2024-11-02perf 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
2024-10-28perf test: Add a signal handler around running a testIan Rogers1-1/+27
2024-10-28perf test: Tag parallel failing shell tests with "(exclusive)"Ian Rogers20-20/+20
2024-10-28perf test: Avoid list test blocking on writing to stdoutIan Rogers1-1/+4
2024-10-28perf test: Reduce scope of parallel variableIan Rogers1-3/+6
2024-10-28perf test: Display number of active running testsIan Rogers1-31/+62
2024-10-23perf test: Handle perftool-testsuite_probe failure due to broken DWARFVeronika Molnarova1-15/+54
2024-10-22perf test: Add precise_max subtest to the perf record shell testNamhyung Kim1-0/+25
2024-10-22perf tools: Do not set exclude_guest for precise_ipNamhyung Kim1-8/+4
2024-10-22perf tools: Don't set attr.exclude_guest by defaultNamhyung Kim2-10/+10
2024-10-22perf tools: Add fallback for exclude_guestNamhyung Kim1-1/+1
2024-10-22perf test: Introduce --list-workloads to list the available workloadsArnaldo Carvalho de Melo1-1/+19
2024-10-22perf test: Introduce workloads__for_each()Arnaldo Carvalho de Melo1-3/+4
2024-10-19perf test: Fix perf test case 84 on s390Thomas Richter1-0/+1
2024-10-19perf test: Update all metrics test like metricgroups testNamhyung Kim1-21/+66
2024-10-17perf test: Move attr files into shell directory where they are usedIan Rogers52-1/+1
2024-10-17perf test: Remove C test wrapper for attr.pyIan Rogers3-220/+0
2024-10-17perf test: Add a shell wrapper for "Setup struct perf_event_attr"Ian Rogers1-0/+22
2024-10-17perf stat: Add metric-threshold to json outputIan Rogers1-1/+4
2024-10-17perf test: Speed up some tests using perf listNamhyung Kim9-9/+9
2024-10-14tools/perf/tests: Remove duplicate evlist__delete in tests/tool_pmu.cAthira Rajeev1-1/+0