summaryrefslogtreecommitdiff
path: root/tools/perf/tests
AgeCommit message (Expand)Author
2024-04-12perf tests: Make "test data symbol" more robust on Neoverse N1James Clark
2024-04-03perf evsel: Use evsel__name_is() helperYang Jihong
2024-03-21perf tests: Run tests in parallel by defaultIan Rogers
2024-03-21perf test: Read child test 10 times a second rather than 1Ian Rogers
2024-03-21perf test: Use a single fd for the child process out/errIan Rogers
2024-03-21perf test: Stat output per thread of just the parent processIan Rogers
2024-03-21perf cpumap: Use perf_cpu_map__for_each_cpu when possibleIan Rogers
2024-02-26perf test: Fix spelling mistake "curent" -> "current"Colin Ian King
2024-02-26perf test: Use TEST_FAIL in the TEST_ASSERT macros instead of -1Arnaldo Carvalho de Melo
2024-02-22perf tests: Add option to run tests in parallelIan Rogers
2024-02-22perf tests: Run time generate shell test suitesIan Rogers
2024-02-22perf tests: Use scandirat for shell script findingIan Rogers
2024-02-22perf test: Rename builtin-test-list and add missed header guardIan Rogers
2024-02-22perf tests: Avoid fork in perf_has_symbol testIan Rogers
2024-02-20perf: build: introduce the libcapstoneChangbin Du
2024-02-16perf testsuite: Add test for kprobe handlingVeronika Molnarova
2024-02-16perf testsuite: Add common output checking helpersVeronika Molnarova
2024-02-16perf testsuite: Add test case for perf probeVeronika Molnarova
2024-02-16perf testsuite: Add initialization script for shell testsVeronika Molnarova
2024-02-16perf testsuite: Add common setting for shell testsVeronika Molnarova
2024-02-16perf testsuite: Add common regex pattersVeronika Molnarova
2024-02-16perf test: Enable Symbols test to work with a current module dsoAdrian Hunter
2024-02-12perf maps: Hide maps internalsIan Rogers
2024-02-12perf maps: Get map before returning in maps__find_by_nameIan Rogers
2024-02-12perf maps: Get map before returning in maps__findIan Rogers
2024-02-12perf maps: Switch from rbtree to lazily sorted array for addressesIan Rogers
2024-02-12Merge branch 'perf-tools' into perf-tools-nextNamhyung Kim
2024-02-09perf stat: Support per-cluster aggregationYicong Yang
2024-02-08perf test: Skip metric w/o event name on arm64 in stat STD output linterYicong Yang
2024-02-02perf jevents: Drop or simplify small integer valuesIan Rogers
2024-02-02perf parse-events: Print all errorsIan Rogers
2024-02-01perf test: Simplify metric value validation test final reportWeilin Wang
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-24perf test: Skip test_arm_callgraph_fp.sh if unwinding isn't built inJames Clark
2024-01-22perf test: raise limit to 20 percent for perf_stat_--bpf-counters_testThomas 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