summaryrefslogtreecommitdiff
path: root/tools/perf/tests
AgeCommit message (Expand)AuthorFilesLines
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-03-21perf test: Stat output per thread of just the parent processIan Rogers2-2/+2
2024-03-21perf cpumap: Use perf_cpu_map__for_each_cpu when possibleIan Rogers2-29/+30
2024-02-27perf test: Fix spelling mistake "curent" -> "current"Colin Ian King1-1/+1
2024-02-26perf test: Use TEST_FAIL in the TEST_ASSERT macros instead of -1Arnaldo Carvalho de Melo1-8/+8
2024-02-22perf tests: Add option to run tests in parallelIan Rogers1-99/+215
2024-02-22perf tests: Run time generate shell test suitesIan Rogers3-149/+80
2024-02-22perf tests: Use scandirat for shell script findingIan Rogers3-71/+95
2024-02-22perf test: Rename builtin-test-list and add missed header guardIan Rogers4-3/+7
2024-02-22perf tests: Avoid fork in perf_has_symbol testIan Rogers1-1/+1
2024-02-21perf: build: introduce the libcapstoneChangbin Du1-1/+3
2024-02-16perf testsuite: Add test for kprobe handlingVeronika Molnarova2-0/+326
2024-02-16perf testsuite: Add common output checking helpersVeronika Molnarova3-0/+107
2024-02-16perf testsuite: Add test case for perf probeVeronika Molnarova1-0/+23
2024-02-16perf testsuite: Add initialization script for shell testsVeronika Molnarova1-0/+117
2024-02-16perf testsuite: Add common setting for shell testsVeronika Molnarova1-0/+79
2024-02-16perf testsuite: Add common regex pattersVeronika Molnarova1-0/+268
2024-02-16perf test: Enable Symbols test to work with a current module dsoAdrian Hunter1-0/+68
2024-02-12perf maps: Hide maps internalsIan Rogers1-4/+4
2024-02-12perf maps: Get map before returning in maps__find_by_nameIan Rogers1-2/+3
2024-02-12perf maps: Get map before returning in maps__findIan Rogers1-3/+2
2024-02-12perf maps: Switch from rbtree to lazily sorted array for addressesIan Rogers1-0/+3
2024-02-12Merge branch 'perf-tools' into perf-tools-nextNamhyung Kim3-16/+51
2024-02-10perf stat: Support per-cluster aggregationYicong Yang5-1/+32
2024-02-09perf test: Skip metric w/o event name on arm64 in stat STD output linterYicong Yang1-1/+1
2024-02-03perf jevents: Drop or simplify small integer valuesIan Rogers1-11/+11
2024-02-03perf parse-events: Print all errorsIan Rogers2-7/+5
2024-02-02perf test: Simplify metric value validation test final reportWeilin Wang2-108/+127
2024-01-26perf test shell daemon: Make signal test less racyIan Rogers1-10/+24
2024-01-26perf test shell script: Fix test for python being disabledIan Rogers1-2/+1
2024-01-26perf test: Workaround debug output in list testIan Rogers1-3/+18
2024-01-26perf test: Fix 'perf script' tests on s390Thomas Richter1-1/+8
2024-01-25perf test: Skip test_arm_callgraph_fp.sh if unwinding isn't built inJames Clark1-0/+6
2024-01-22perf test: raise limit to 20 percent for perf_stat_--bpf-counters_testThomas Richter1-6/+6
2024-01-05perf test: test case 'Setup struct perf_event_attr' fails on s390 on z/vmThomas Richter1-1/+1
2024-01-05perf tests: Add perf script testIan Rogers1-0/+66
2023-12-19perf tests: Use function to add missing maps lockIan Rogers2-106/+136
2023-12-19perf tests: Make DSO tests a suite rather than individualIan Rogers2-5/+12
2023-12-12libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers7-7/+7
2023-12-12libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers3-3/+3
2023-12-06perf test shell diff: Skip test if test_loop symbol is missing in the perf bi...Ian Rogers1-0/+7
2023-12-05perf test: Add basic 'perf diff' testIan Rogers1-0/+101
2023-12-05perf test: Add basic 'perf list --json" testIan Rogers1-0/+19
2023-12-05perf test: Use common python setup libraryIan Rogers4-33/+26
2023-12-05perf build: Shellcheck support for OUTPUT directoryIan Rogers2-22/+14
2023-12-04perf test record user-regs: Fix mask for vg registerVeronika Molnarova2-2/+2
2023-11-29perf test record+probe_libc_inet_pton: Fix call chain match on powerpcLikhitha Korrapati1-1/+4
2023-11-29perf tests sigtrap: Skip if running on a kernel with sleepable spinlocksArnaldo Carvalho de Melo1-2/+44