summaryrefslogtreecommitdiff
path: root/tools/perf/tests
AgeCommit message (Expand)Author
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
2023-09-26tests/shell: Fix shellcheck warnings for SC2153 in multiple scriptsAthira Rajeev
2023-09-26tests/shell: Fix shellcheck issues in tests/shell/stat+shadow_stat.sh tetscaseAthira Rajeev
2023-09-26tests/shell: Fix shellcheck SC1090 to handle the location of sourced filesAthira Rajeev
2023-09-21perf test lock_contention.sh: Skip test if not enough CPUsVeronika Molnarova
2023-09-21perf test stat+shadow_stat.sh: Add threshold for rounding errorsVeronika Molnarova
2023-09-18perf test: Detect off-cpu support from build optionsIan Rogers
2023-09-18perf test: Ensure EXTRA_TESTS is covered in build testIan Rogers
2023-09-18perf test: Update build test for changed BPF skeleton defaultsIan Rogers
2023-09-16perf test: Fix test-record-dummy-C0 failure for supported PERF_FORMAT_LOST fe...Yang Jihong
2023-09-15perf pmu: Move pmu__find_core_pmu() to pmus.cJames Clark
2023-09-12perf test: Update cs_etm testcase for Arm ETERuidong Tian
2023-09-12perf test: Add a test for strcmp_cpuid_str() expressionJames Clark
2023-09-12perf util: Add a function for replacing characters in a stringJames Clark
2023-09-12perf test: Check result of has_event(cycles) testJames Clark
2023-09-12perf test shell lock_contention: Add cgroup aggregation and filter testsNamhyung Kim
2023-09-12perf test: Add perf_event_attr test for record dummy eventYang Jihong
2023-09-12perf test: Add test case for record sideband eventsYang Jihong
2023-09-12perf record: Move setting tracking events before record__init_thread_masks()Yang Jihong
2023-09-11perf parse-events: Introduce 'struct parse_events_terms'Ian Rogers