summaryrefslogtreecommitdiff
path: root/tools/perf/tests/builtin-test.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-27perf 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-19perf 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-25perf test: Avoid weak symbol for arch_testsIan Rogers1-1/+10
2023-06-24perf symbol: Remove now unused symbol_conf.sort_by_nameIan Rogers1-1/+0
2023-05-27perf tests: Organize cpu_map tests into a single suiteIan Rogers1-4/+1
2023-05-27perf cpumap: Add intersect functionIan Rogers1-0/+1
2023-04-15perf test: Simplify for_each_test() to avoid tripping on -Werror=array-boundsArnaldo Carvalho de Melo1-2/+2
2023-01-23perf 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
2022-05-23perf test: Skip reason for suites with 1 testIan Rogers1-3/+3
2022-05-23Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-2/+6
2022-05-21perf test: Avoid shell test description infinite loopIan Rogers1-2/+6
2022-04-11perf test: Shell - Limit to only run executable scripts in testsCarsten Haitzler1-1/+3
2021-12-21perf test: Use 3 digits for test numbering now we can have more testsCarsten Haitzler1-6/+6
2021-12-16perf bench: Use unbuffered output when pipe/tee'ing to a fileSohaib Mohamed1-0/+3
2021-12-08perf test sigtrap: Add basic stress test for sigtrap handlingMarco Elver1-0/+1
2021-11-14perf test: Remove skip_if_failIan Rogers1-16/+8
2021-11-14perf test: Remove is_supported functionIan Rogers1-13/+1
2021-11-14perf test: Remove non test case style support.Ian Rogers1-9/+16
2021-11-14perf test: Remove now unused subtest helpersIan Rogers1-10/+1
2021-11-13perf test: Add skip reason to test case.Ian Rogers1-0/+3
2021-11-13perf test: Add test case struct.Ian Rogers1-6/+24
2021-11-13perf test: Add helper functions for abstraction.Ian Rogers1-28/+66
2021-11-13perf test: Rename struct test to test_suiteIan Rogers1-10/+10
2021-11-13perf test: Move each test suite struct to its testIan Rogers1-213/+72
2021-11-13perf test: Make each test/suite its own struct.Ian Rogers1-105/+168
2021-11-12perf test: Use macro for "suite" definitionsIan Rogers1-330/+149
2021-08-11perf test: Make --skip work on shell testsRiccardo Mancini1-2/+9