summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/builtin-test.c
Commit message (Expand)AuthorAgeFilesLines
* perf test: Reintroduce -p/--parallel and make -S/--sequential the defaultArnaldo Carvalho de Melo2024-04-261-1/+7
* perf tests: Run tests in parallel by defaultIan Rogers2024-03-211-7/+10
* perf test: Read child test 10 times a second rather than 1Ian Rogers2024-03-211-2/+2
* perf test: Use a single fd for the child process out/errIan Rogers2024-03-211-31/+6
* perf tests: Add option to run tests in parallelIan Rogers2024-02-221-99/+215
* perf tests: Run time generate shell test suitesIan Rogers2024-02-221-87/+3
* perf tests: Use scandirat for shell script findingIan Rogers2024-02-221-12/+8
* perf test: Rename builtin-test-list and add missed header guardIan Rogers2024-02-221-1/+1
* perf tests: Make DSO tests a suite rather than individualIan Rogers2023-12-181-2/+0
* perf test: Use existing config value for objdump pathJames Clark2023-11-271-1/+1
* perf test: Add support for setting objdump binary via perf configJames Clark2023-11-091-0/+12
* perf test: Add option to change objdump binaryJames Clark2023-11-091-0/+3
* perf util: Add a function for replacing characters in a stringJames Clark2023-09-121-0/+1
* perf parse-events: Remove BPF event supportIan Rogers2023-08-151-2/+0
* perf bpf: Remove support for embedding clang for compiling BPF events (-e foo.c)Ian Rogers2023-08-151-1/+0
* perf test: Avoid weak symbol for arch_testsIan Rogers2023-07-241-1/+10
* perf symbol: Remove now unused symbol_conf.sort_by_nameIan Rogers2023-06-231-1/+0
* perf tests: Organize cpu_map tests into a single suiteIan Rogers2023-05-261-4/+1
* perf cpumap: Add intersect functionIan Rogers2023-05-261-0/+1
* perf test: Simplify for_each_test() to avoid tripping on -Werror=array-boundsArnaldo Carvalho de Melo2023-04-141-2/+2
* perf test: Add Symbols testAdrian Hunter2023-01-221-0/+3
* perf tools: Fix usage of the verbose variableYang Jihong2022-12-201-1/+1
* perf build: Use libtraceevent from the systemIan Rogers2022-12-141-0/+6
* perf test: Add event group test for events in multiple PMUsRavi Bangoria2022-12-141-0/+1
* perf test: Add 'datasym' test workloadNamhyung Kim2022-11-231-0/+1
* perf test: Add 'brstack' test workloadNamhyung Kim2022-11-231-0/+1
* perf test: Add 'sqrtloop' test workloadNamhyung Kim2022-11-231-0/+1
* perf test: Add 'leafloop' test workloadNamhyung Kim2022-11-231-0/+1
* perf test: Add 'thloop' test workloadNamhyung Kim2022-11-201-0/+1
* perf test: Add -w/--workload optionNamhyung Kim2022-11-201-0/+24
* perf test: Refactor shell tests allowing subdirsCarsten Haitzler2022-08-131-134/+18
* perf test: Skip reason for suites with 1 testIan Rogers2022-05-231-3/+3
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-05-231-2/+6
|\
| * perf test: Avoid shell test description infinite loopIan Rogers2022-05-211-2/+6
* | perf test: Shell - Limit to only run executable scripts in testsCarsten Haitzler2022-04-111-1/+3
|/
* perf test: Use 3 digits for test numbering now we can have more testsCarsten Haitzler2021-12-211-6/+6
* perf bench: Use unbuffered output when pipe/tee'ing to a fileSohaib Mohamed2021-12-161-0/+3
* perf test sigtrap: Add basic stress test for sigtrap handlingMarco Elver2021-12-071-0/+1
* perf test: Remove skip_if_failIan Rogers2021-11-131-16/+8
* perf test: Remove is_supported functionIan Rogers2021-11-131-13/+1
* perf test: Remove non test case style support.Ian Rogers2021-11-131-9/+16
* perf test: Remove now unused subtest helpersIan Rogers2021-11-131-10/+1
* perf test: Add skip reason to test case.Ian Rogers2021-11-131-0/+3
* perf test: Add test case struct.Ian Rogers2021-11-131-6/+24
* perf test: Add helper functions for abstraction.Ian Rogers2021-11-131-28/+66
* perf test: Rename struct test to test_suiteIan Rogers2021-11-131-10/+10
* perf test: Move each test suite struct to its testIan Rogers2021-11-131-213/+72
* perf test: Make each test/suite its own struct.Ian Rogers2021-11-131-105/+168
* perf test: Use macro for "suite" definitionsIan Rogers2021-11-121-330/+149
* perf test: Make --skip work on shell testsRiccardo Mancini2021-08-111-2/+9