summaryrefslogtreecommitdiff
path: root/tools/perf/tests/shell
AgeCommit message (Expand)AuthorFilesLines
2024-04-27perf test: Add a new test for 'perf annotate'Namhyung Kim1-0/+83
2024-04-27perf scripts python: Add a script to run instances of 'perf script' in parallelAdrian Hunter1-1/+25
2024-04-27perf tests shell kprobes: Add missing description as used by 'perf test' outputArnaldo Carvalho de Melo1-0/+1
2024-04-19perf test shell arm_coresight: Increase buffer size for Coresight basic testsJames Clark1-1/+1
2024-04-19perf test bpf-counters: Add test for BPF event modifierIan Rogers1-23/+52
2024-04-12perf tests: Remove dependency on lscpuJames Clark1-1/+3
2024-03-21perf test: Stat output per thread of just the parent processIan Rogers2-2/+2
2024-02-22perf tests: Avoid fork in perf_has_symbol testIan Rogers1-1/+1
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-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-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 tests: Add perf script testIan Rogers1-0/+66
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-11-29perf test record+probe_libc_inet_pton: Fix call chain match on powerpcLikhitha Korrapati1-1/+4
2023-11-27perf tests: Skip data symbol test if buf1 symbol is missingAdrian Hunter1-0/+5
2023-11-27perf tests: Make data symbol test wait for perf to startAdrian Hunter1-2/+9
2023-11-27perf tests: Skip branch stack sampling test if brstack_bench symbol is missingAdrian Hunter1-0/+6
2023-11-27perf tests: Skip Arm64 callgraphs test if leafloop symbol is missingAdrian Hunter1-0/+6
2023-11-27perf tests: Skip record test if test_loop symbol is missingAdrian Hunter1-1/+7
2023-11-27perf tests: Skip pipe test if noploop symbol is missingAdrian Hunter1-1/+8
2023-11-27perf tests lib: Add perf_has_symbol.shAdrian Hunter1-0/+21
2023-11-27perf tests coresight: Remove unused variableszhujun23-3/+0
2023-11-27perf test: Basic branch counter supportKan Liang1-0/+30
2023-11-09perf tests offcpu: Adjust test case perf record offcpu profiling tests for s390Thomas Richter1-2/+2
2023-11-09perf tools: Fix spelling mistake "parametrized" -> "parameterized"Colin Ian King1-1/+1
2023-10-26perf tests: test_arm_coresight: Simplify source iterationJames Clark1-14/+3
2023-10-25perf test: Skip CoreSight tests if cs_etm// event is not availableMichael Petlan1-0/+2
2023-10-17perf tests: Fix shellcheck warning in stat_all_metricgroupsAthira Rajeev1-1/+1
2023-10-17perf tests: Fix shellcheck warning in record_sideband.shAthira Rajeev1-1/+1
2023-10-17perf tests: Ignore shellcheck warning in lock_contentionAthira Rajeev1-0/+1
2023-10-05perf test: Avoid system wide when not privilegedIan Rogers1-2/+14
2023-09-27tests/shell: Fix shellcheck warnings for SC2153 in multiple scriptsAthira Rajeev5-0/+5
2023-09-27tests/shell: Fix shellcheck issues in tests/shell/stat+shadow_stat.sh tetscaseAthira Rajeev2-4/+4
2023-09-27tests/shell: Fix shellcheck SC1090 to handle the location of sourced filesAthira Rajeev13-0/+26