summaryrefslogtreecommitdiff
path: root/tools/perf/tests
AgeCommit message (Expand)AuthorFilesLines
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-04tools/perf/tests: Fix object code reading to skip address that falls out of t...Athira Rajeev1-0/+10
2023-10-04perf test: Avoid system wide when not privilegedIan Rogers1-2/+14
2023-09-27perf test: Fix parse-events tests to skip parametrized eventsAthira Rajeev1-0/+39
2023-09-27perf test: Add pmu-event test for "Compat" and new event_field.Jing Zhang1-0/+55
2023-09-27perf test: Make matching_pmu effectiveJing Zhang1-2/+8
2023-09-26tests/shell: Fix shellcheck warnings for SC2153 in multiple scriptsAthira Rajeev5-0/+5
2023-09-26tests/shell: Fix shellcheck issues in tests/shell/stat+shadow_stat.sh tetscaseAthira Rajeev2-4/+4
2023-09-26tests/shell: Fix shellcheck SC1090 to handle the location of sourced filesAthira Rajeev13-0/+26
2023-09-21perf test lock_contention.sh: Skip test if not enough CPUsVeronika Molnarova1-0/+6
2023-09-21perf test stat+shadow_stat.sh: Add threshold for rounding errorsVeronika Molnarova1-6/+24
2023-09-18perf test: Detect off-cpu support from build optionsIan Rogers1-1/+1
2023-09-18perf test: Ensure EXTRA_TESTS is covered in build testIan Rogers1-0/+1
2023-09-18perf test: Update build test for changed BPF skeleton defaultsIan Rogers1-3/+3
2023-09-16perf test: Fix test-record-dummy-C0 failure for supported PERF_FORMAT_LOST fe...Yang Jihong1-1/+1
2023-09-15perf pmu: Move pmu__find_core_pmu() to pmus.cJames Clark1-1/+1
2023-09-12perf test: Update cs_etm testcase for Arm ETERuidong Tian1-1/+14
2023-09-12perf test: Add a test for strcmp_cpuid_str() expressionJames Clark1-4/+27
2023-09-12perf util: Add a function for replacing characters in a stringJames Clark4-0/+34
2023-09-12perf test: Check result of has_event(cycles) testJames Clark1-1/+1
2023-09-12perf test shell lock_contention: Add cgroup aggregation and filter testsNamhyung Kim1-0/+45
2023-09-12perf test: Add perf_event_attr test for record dummy eventYang Jihong1-0/+55
2023-09-12perf test: Add test case for record sideband eventsYang Jihong1-0/+58