summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests
AgeCommit message (Expand)AuthorLines
2024-02-16perf testsuite: Add test for kprobe handlingVeronika Molnarova-0/+326
2024-02-16perf testsuite: Add common output checking helpersVeronika Molnarova-0/+107
2024-02-16perf testsuite: Add test case for perf probeVeronika Molnarova-0/+23
2024-02-16perf testsuite: Add initialization script for shell testsVeronika Molnarova-0/+117
2024-02-16perf testsuite: Add common setting for shell testsVeronika Molnarova-0/+79
2024-02-16perf testsuite: Add common regex pattersVeronika Molnarova-0/+268
2024-02-16perf test: Enable Symbols test to work with a current module dsoAdrian Hunter-0/+68
2024-02-12perf maps: Hide maps internalsIan Rogers-4/+4
2024-02-12perf maps: Get map before returning in maps__find_by_nameIan Rogers-2/+3
2024-02-12perf maps: Get map before returning in maps__findIan Rogers-3/+2
2024-02-12perf maps: Switch from rbtree to lazily sorted array for addressesIan Rogers-0/+3
2024-02-12Merge branch 'perf-tools' into perf-tools-nextNamhyung Kim-16/+51
2024-02-09perf stat: Support per-cluster aggregationYicong Yang-1/+32
2024-02-08perf test: Skip metric w/o event name on arm64 in stat STD output linterYicong Yang-1/+1
2024-02-02perf jevents: Drop or simplify small integer valuesIan Rogers-11/+11
2024-02-02perf parse-events: Print all errorsIan Rogers-7/+5
2024-02-01perf test: Simplify metric value validation test final reportWeilin Wang-108/+127
2024-01-26perf test shell daemon: Make signal test less racyIan Rogers-10/+24
2024-01-26perf test shell script: Fix test for python being disabledIan Rogers-2/+1
2024-01-26perf test: Workaround debug output in list testIan Rogers-3/+18
2024-01-26perf test: Fix 'perf script' tests on s390Thomas Richter-1/+8
2024-01-24perf test: Skip test_arm_callgraph_fp.sh if unwinding isn't built inJames Clark-0/+6
2024-01-22perf test: raise limit to 20 percent for perf_stat_--bpf-counters_testThomas Richter-6/+6
2024-01-04perf test: test case 'Setup struct perf_event_attr' fails on s390 on z/vmThomas Richter-1/+1
2024-01-04perf tests: Add perf script testIan Rogers-0/+66
2023-12-18perf tests: Use function to add missing maps lockIan Rogers-106/+136
2023-12-18perf tests: Make DSO tests a suite rather than individualIan Rogers-5/+12
2023-12-12libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers-7/+7
2023-12-12libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers-3/+3
2023-12-06perf test shell diff: Skip test if test_loop symbol is missing in the perf bi...Ian Rogers-0/+7
2023-12-05perf test: Add basic 'perf diff' testIan Rogers-0/+101
2023-12-05perf test: Add basic 'perf list --json" testIan Rogers-0/+19
2023-12-05perf test: Use common python setup libraryIan Rogers-33/+26
2023-12-05perf build: Shellcheck support for OUTPUT directoryIan Rogers-22/+14
2023-12-04perf test record user-regs: Fix mask for vg registerVeronika Molnarova-2/+2
2023-11-29perf test record+probe_libc_inet_pton: Fix call chain match on powerpcLikhitha Korrapati-1/+4
2023-11-29perf tests sigtrap: Skip if running on a kernel with sleepable spinlocksArnaldo Carvalho de Melo-2/+44
2023-11-29perf test sigtrap: Generalize the BTF routine to reuse it in this testArnaldo Carvalho de Melo-20/+40
2023-11-27perf test: Use existing config value for objdump pathJames Clark-1/+1
2023-11-27perf tests: Skip data symbol test if buf1 symbol is missingAdrian Hunter-0/+5
2023-11-27perf tests: Make data symbol test wait for perf to startAdrian Hunter-2/+9
2023-11-27perf tests: Skip branch stack sampling test if brstack_bench symbol is missingAdrian Hunter-0/+6
2023-11-27perf tests: Skip Arm64 callgraphs test if leafloop symbol is missingAdrian Hunter-0/+6
2023-11-27perf tests: Skip record test if test_loop symbol is missingAdrian Hunter-1/+7
2023-11-27perf tests: Skip pipe test if noploop symbol is missingAdrian Hunter-1/+8
2023-11-27perf tests lib: Add perf_has_symbol.shAdrian Hunter-0/+21
2023-11-27perf tools: Add perf binary dependent rule for shellcheck log in Makefile.perfAthira Rajeev-0/+22
2023-11-27perf tests coresight: Remove unused variableszhujun2-3/+0
2023-11-27perf parse-events: Make legacy events lower priority than sysfs/JSONIan Rogers-71/+185
2023-11-27perf test: Basic branch counter supportKan Liang-0/+30