summaryrefslogtreecommitdiff
path: root/tools/perf/tests
AgeCommit message (Expand)Author
2024-01-26perf test shell daemon: Make signal test less racyIan Rogers
2024-01-26perf test shell script: Fix test for python being disabledIan Rogers
2024-01-26perf test: Workaround debug output in list testIan Rogers
2024-01-26perf test: Fix 'perf script' tests on s390Thomas Richter
2024-01-04perf test: test case 'Setup struct perf_event_attr' fails on s390 on z/vmThomas Richter
2024-01-04perf tests: Add perf script testIan Rogers
2023-12-18perf tests: Use function to add missing maps lockIan Rogers
2023-12-18perf tests: Make DSO tests a suite rather than individualIan Rogers
2023-12-12libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers
2023-12-12libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers
2023-12-06perf test shell diff: Skip test if test_loop symbol is missing in the perf bi...Ian Rogers
2023-12-05perf test: Add basic 'perf diff' testIan Rogers
2023-12-05perf test: Add basic 'perf list --json" testIan Rogers
2023-12-05perf test: Use common python setup libraryIan Rogers
2023-12-05perf build: Shellcheck support for OUTPUT directoryIan Rogers
2023-12-04perf test record user-regs: Fix mask for vg registerVeronika Molnarova
2023-11-29perf test record+probe_libc_inet_pton: Fix call chain match on powerpcLikhitha Korrapati
2023-11-29perf tests sigtrap: Skip if running on a kernel with sleepable spinlocksArnaldo Carvalho de Melo
2023-11-29perf test sigtrap: Generalize the BTF routine to reuse it in this testArnaldo Carvalho de Melo
2023-11-27perf test: Use existing config value for objdump pathJames Clark
2023-11-27perf tests: Skip data symbol test if buf1 symbol is missingAdrian Hunter
2023-11-27perf tests: Make data symbol test wait for perf to startAdrian Hunter
2023-11-27perf tests: Skip branch stack sampling test if brstack_bench symbol is missingAdrian Hunter
2023-11-27perf tests: Skip Arm64 callgraphs test if leafloop symbol is missingAdrian Hunter
2023-11-27perf tests: Skip record test if test_loop symbol is missingAdrian Hunter
2023-11-27perf tests: Skip pipe test if noploop symbol is missingAdrian Hunter
2023-11-27perf tests lib: Add perf_has_symbol.shAdrian Hunter
2023-11-27perf tools: Add perf binary dependent rule for shellcheck log in Makefile.perfAthira Rajeev
2023-11-27perf tests coresight: Remove unused variableszhujun2
2023-11-27perf parse-events: Make legacy events lower priority than sysfs/JSONIan Rogers
2023-11-27perf test: Basic branch counter supportKan Liang
2023-11-27perf test: Remove atomics from test_loop to avoid test failuresNick Forrington
2023-11-09perf test: Add support for setting objdump binary via perf configJames Clark
2023-11-09perf test: Add option to change objdump binaryJames Clark
2023-11-09perf tests offcpu: Adjust test case perf record offcpu profiling tests for s390Thomas Richter
2023-11-09perf tests attr: Fix spelling mistake "whic" to "which"zhaimingbing
2023-11-09perf test: Simplify "object code reading" testNamhyung Kim
2023-11-09perf tools: Fix spelling mistake "parametrized" -> "parameterized"Colin Ian King
2023-11-03perf tests make: Remove the last egrep call, use 'grep -E' insteadArnaldo Carvalho de Melo
2023-10-26perf tests: test_arm_coresight: Simplify source iterationJames Clark
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers
2023-10-25perf test: Skip CoreSight tests if cs_etm// event is not availableMichael Petlan
2023-10-17perf tests: Fix shellcheck warning in stat_all_metricgroupsAthira Rajeev
2023-10-17perf tests: Fix shellcheck warning in record_sideband.shAthira Rajeev
2023-10-17perf tests: Ignore shellcheck warning in lock_contentionAthira Rajeev
2023-10-04tools/perf/tests: Fix object code reading to skip address that falls out of t...Athira Rajeev
2023-10-04perf test: Avoid system wide when not privilegedIan Rogers
2023-09-27perf test: Fix parse-events tests to skip parametrized eventsAthira Rajeev
2023-09-27perf test: Add pmu-event test for "Compat" and new event_field.Jing Zhang
2023-09-27perf test: Make matching_pmu effectiveJing Zhang