aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/tests/builtin-test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-16perf test: Add a runs-per-test flagIan Rogers1-11/+17
2025-01-16perf test: Send list output to stdout rather than stderrIan Rogers1-4/+4
2025-01-16perf test: Rename functions and variables for better clarityIan Rogers1-108/+93
2024-12-13Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo1-1/+1
2024-12-09perf tests: Enable tests disabled due to tracepoint parsingIan Rogers1-2/+0
2024-12-02perf test: Don't signal all processes on system when interrupting testsJames Clark1-1/+1
2024-11-09perf test: Add hwmon filename parser testIan Rogers1-0/+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 Rogers1-59/+98
2024-10-28perf test: Add a signal handler around running a testIan Rogers1-1/+27
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-21perf test: Introduce --list-workloads to list the available workloadsArnaldo Carvalho de Melo1-1/+19
2024-10-21perf test: Introduce workloads__for_each()Arnaldo Carvalho de Melo1-3/+4
2024-10-17perf test: Remove C test wrapper for attr.pyIan Rogers1-1/+0
2024-10-10perf tests: Add tool PMU testIan Rogers1-0/+1
2024-07-31perf test: Add landlock workloadHoward Chu1-0/+1
2024-04-26perf test: Reintroduce -p/--parallel and make -S/--sequential the defaultArnaldo Carvalho de Melo1-1/+7
2024-03-21perf tests: Run tests in parallel by defaultIan Rogers1-7/+10
2024-03-21perf test: Read child test 10 times a second rather than 1Ian Rogers1-2/+2
2024-03-21perf test: Use a single fd for the child process out/errIan Rogers1-31/+6
2024-02-22perf tests: Add option to run tests in parallelIan Rogers1-99/+215
2024-02-22perf tests: Run time generate shell test suitesIan Rogers1-87/+3
2024-02-22perf tests: Use scandirat for shell script findingIan Rogers1-12/+8
2024-02-22perf test: Rename builtin-test-list and add missed header guardIan Rogers1-1/+1
2023-12-18perf tests: Make DSO tests a suite rather than individualIan Rogers1-2/+0
2023-11-27perf test: Use existing config value for objdump pathJames Clark1-1/+1
2023-11-09perf test: Add support for setting objdump binary via perf configJames Clark1-0/+12
2023-11-09perf test: Add option to change objdump binaryJames Clark1-0/+3
2023-09-12perf util: Add a function for replacing characters in a stringJames Clark1-0/+1
2023-08-15perf parse-events: Remove BPF event supportIan Rogers1-2/+0
2023-08-15perf bpf: Remove support for embedding clang for compiling BPF events (-e foo.c)Ian Rogers1-1/+0
2023-07-24perf test: Avoid weak symbol for arch_testsIan Rogers1-1/+10
2023-06-23perf symbol: Remove now unused symbol_conf.sort_by_nameIan Rogers1-1/+0
2023-05-26perf tests: Organize cpu_map tests into a single suiteIan Rogers1-4/+1
2023-05-26perf cpumap: Add intersect functionIan Rogers1-0/+1
2023-04-14perf test: Simplify for_each_test() to avoid tripping on -Werror=array-boundsArnaldo Carvalho de Melo1-2/+2
2023-01-22perf test: Add Symbols testAdrian Hunter1-0/+3
2022-12-20perf tools: Fix usage of the verbose variableYang Jihong1-1/+1
2022-12-14perf build: Use libtraceevent from the systemIan Rogers1-0/+6
2022-12-14perf test: Add event group test for events in multiple PMUsRavi Bangoria1-0/+1
2022-11-23perf test: Add 'datasym' test workloadNamhyung Kim1-0/+1
2022-11-23perf test: Add 'brstack' test workloadNamhyung Kim1-0/+1
2022-11-23perf test: Add 'sqrtloop' test workloadNamhyung Kim1-0/+1
2022-11-23perf test: Add 'leafloop' test workloadNamhyung Kim1-0/+1
2022-11-20perf test: Add 'thloop' test workloadNamhyung Kim1-0/+1
2022-11-20perf test: Add -w/--workload optionNamhyung Kim1-0/+24
2022-08-13perf test: Refactor shell tests allowing subdirsCarsten Haitzler1-134/+18