summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests
Commit message (Expand)AuthorAgeFilesLines
* perf test shell daemon: Make signal test less racyIan Rogers2024-01-261-10/+24
* perf test shell script: Fix test for python being disabledIan Rogers2024-01-261-2/+1
* perf test: Workaround debug output in list testIan Rogers2024-01-261-3/+18
* perf test: Fix 'perf script' tests on s390Thomas Richter2024-01-261-1/+8
* perf test: test case 'Setup struct perf_event_attr' fails on s390 on z/vmThomas Richter2024-01-041-1/+1
* perf tests: Add perf script testIan Rogers2024-01-041-0/+66
* perf tests: Use function to add missing maps lockIan Rogers2023-12-182-106/+136
* perf tests: Make DSO tests a suite rather than individualIan Rogers2023-12-182-5/+12
* libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers2023-12-127-7/+7
* libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers2023-12-123-3/+3
* perf test shell diff: Skip test if test_loop symbol is missing in the perf bi...Ian Rogers2023-12-061-0/+7
* perf test: Add basic 'perf diff' testIan Rogers2023-12-051-0/+101
* perf test: Add basic 'perf list --json" testIan Rogers2023-12-051-0/+19
* perf test: Use common python setup libraryIan Rogers2023-12-054-33/+26
* perf build: Shellcheck support for OUTPUT directoryIan Rogers2023-12-052-22/+14
* perf test record user-regs: Fix mask for vg registerVeronika Molnarova2023-12-042-2/+2
* perf test record+probe_libc_inet_pton: Fix call chain match on powerpcLikhitha Korrapati2023-11-291-1/+4
* perf tests sigtrap: Skip if running on a kernel with sleepable spinlocksArnaldo Carvalho de Melo2023-11-291-2/+44
* perf test sigtrap: Generalize the BTF routine to reuse it in this testArnaldo Carvalho de Melo2023-11-291-20/+40
* perf test: Use existing config value for objdump pathJames Clark2023-11-271-1/+1
* perf tests: Skip data symbol test if buf1 symbol is missingAdrian Hunter2023-11-271-0/+5
* perf tests: Make data symbol test wait for perf to startAdrian Hunter2023-11-271-2/+9
* perf tests: Skip branch stack sampling test if brstack_bench symbol is missingAdrian Hunter2023-11-271-0/+6
* perf tests: Skip Arm64 callgraphs test if leafloop symbol is missingAdrian Hunter2023-11-271-0/+6
* perf tests: Skip record test if test_loop symbol is missingAdrian Hunter2023-11-271-1/+7
* perf tests: Skip pipe test if noploop symbol is missingAdrian Hunter2023-11-271-1/+8
* perf tests lib: Add perf_has_symbol.shAdrian Hunter2023-11-271-0/+21
* perf tools: Add perf binary dependent rule for shellcheck log in Makefile.perfAthira Rajeev2023-11-271-0/+22
* perf tests coresight: Remove unused variableszhujun22023-11-273-3/+0
* perf parse-events: Make legacy events lower priority than sysfs/JSONIan Rogers2023-11-271-71/+185
* perf test: Basic branch counter supportKan Liang2023-11-271-0/+30
* perf test: Remove atomics from test_loop to avoid test failuresNick Forrington2023-11-271-3/+1
* perf test: Add support for setting objdump binary via perf configJames Clark2023-11-091-0/+12
* perf test: Add option to change objdump binaryJames Clark2023-11-093-1/+5
* perf tests offcpu: Adjust test case perf record offcpu profiling tests for s390Thomas Richter2023-11-091-2/+2
* perf tests attr: Fix spelling mistake "whic" to "which"zhaimingbing2023-11-091-1/+1
* perf test: Simplify "object code reading" testNamhyung Kim2023-11-091-53/+23
* perf tools: Fix spelling mistake "parametrized" -> "parameterized"Colin Ian King2023-11-092-3/+3
* perf tests make: Remove the last egrep call, use 'grep -E' insteadArnaldo Carvalho de Melo2023-11-031-1/+1
* perf tests: test_arm_coresight: Simplify source iterationJames Clark2023-10-261-14/+3
* libperf rc_check: Add RC_CHK_EQUALIan Rogers2023-10-252-7/+6
* perf test: Skip CoreSight tests if cs_etm// event is not availableMichael Petlan2023-10-251-0/+2
* perf tests: Fix shellcheck warning in stat_all_metricgroupsAthira Rajeev2023-10-171-1/+1
* perf tests: Fix shellcheck warning in record_sideband.shAthira Rajeev2023-10-171-1/+1
* perf tests: Ignore shellcheck warning in lock_contentionAthira Rajeev2023-10-171-0/+1
* tools/perf/tests: Fix object code reading to skip address that falls out of t...Athira Rajeev2023-10-041-0/+10
* perf test: Avoid system wide when not privilegedIan Rogers2023-10-041-2/+14
* perf test: Fix parse-events tests to skip parametrized eventsAthira Rajeev2023-09-271-0/+39
* perf test: Add pmu-event test for "Compat" and new event_field.Jing Zhang2023-09-271-0/+55
* perf test: Make matching_pmu effectiveJing Zhang2023-09-271-2/+8