summaryrefslogtreecommitdiff
path: root/tools/perf/tests
AgeCommit message (Expand)AuthorFilesLines
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-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
2023-11-29perf test sigtrap: Generalize the BTF routine to reuse it in this testArnaldo Carvalho de Melo1-20/+40
2023-11-27perf test: Use existing config value for objdump pathJames Clark1-1/+1
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 tools: Add perf binary dependent rule for shellcheck log in Makefile.perfAthira Rajeev1-0/+22
2023-11-27perf tests coresight: Remove unused variableszhujun23-3/+0
2023-11-27perf parse-events: Make legacy events lower priority than sysfs/JSONIan Rogers1-71/+185
2023-11-27perf test: Basic branch counter supportKan Liang1-0/+30
2023-11-27perf test: Remove atomics from test_loop to avoid test failuresNick Forrington1-3/+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 Clark3-1/+5
2023-11-09perf tests offcpu: Adjust test case perf record offcpu profiling tests for s390Thomas Richter1-2/+2
2023-11-09perf tests attr: Fix spelling mistake "whic" to "which"zhaimingbing1-1/+1
2023-11-09perf test: Simplify "object code reading" testNamhyung Kim1-53/+23
2023-11-09perf tools: Fix spelling mistake "parametrized" -> "parameterized"Colin Ian King2-3/+3
2023-11-03perf tests make: Remove the last egrep call, use 'grep -E' insteadArnaldo Carvalho de Melo1-1/+1
2023-10-26perf tests: test_arm_coresight: Simplify source iterationJames Clark1-14/+3
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers2-7/+6
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-05tools/perf/tests: Fix object code reading to skip address that falls out of t...Athira Rajeev1-0/+10
2023-10-05perf test: Avoid system wide when not privilegedIan Rogers1-2/+14
2023-09-28perf test: Fix parse-events tests to skip parametrized eventsAthira Rajeev1-0/+39
2023-09-28perf test: Add pmu-event test for "Compat" and new event_field.Jing Zhang1-0/+55
2023-09-28perf test: Make matching_pmu effectiveJing Zhang1-2/+8