summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests
Commit message (Expand)AuthorAgeFilesLines
* perf parse: Allow tracepoint names to start with digitsDominique Martinet2024-05-101-0/+7
* perf parse-events: Add new 'fake_tp' parameter for testsDominique Martinet2024-05-102-3/+5
* perf mem-info: Add reference count checkingIan Rogers2024-05-071-4/+6
* perf mem-info: Move mem-info out of mem-events and symbolIan Rogers2024-05-071-0/+1
* perf dso: Use container_of() to avoid a pointer in 'struct dso_data'Ian Rogers2024-05-061-31/+29
* perf dso: Add reference count checking and accessor functionsIan Rogers2024-05-068-24/+25
* perf test pmu: Test all sysfs PMU event names are the same caseIan Rogers2024-05-031-0/+90
* perf test pmu: Add an eagerly loaded event testIan Rogers2024-05-031-0/+76
* perf test pmu: Refactor format test and exposed test APIsIan Rogers2024-05-031-168/+151
* perf test pmu-events: Make it clearer that pmu-events tests JSON eventsIan Rogers2024-05-031-1/+1
* perf test: Reintroduce -p/--parallel and make -S/--sequential the defaultArnaldo Carvalho de Melo2024-04-261-1/+7
* perf test: Add a new test for 'perf annotate'Namhyung Kim2024-04-261-0/+83
* perf tests parse-events: Use "branches" rather than "cache-references"Ian Rogers2024-04-261-3/+3
* perf scripts python: Add a script to run instances of 'perf script' in parallelAdrian Hunter2024-04-261-1/+25
* perf tests shell kprobes: Add missing description as used by 'perf test' outputArnaldo Carvalho de Melo2024-04-261-0/+1
* perf test shell arm_coresight: Increase buffer size for Coresight basic testsJames Clark2024-04-181-1/+1
* perf test bpf-counters: Add test for BPF event modifierIan Rogers2024-04-181-23/+52
* perf tools: Enable configs required for test_uprobe_from_different_cu.shChaitanya S Prakash2024-04-171-0/+3
* perf tests: Remove dependency on lscpuJames Clark2024-04-121-1/+3
* perf tests: Apply attributes to all events in object code reading testJames Clark2024-04-121-5/+5
* perf tests: Make "test data symbol" more robust on Neoverse N1James Clark2024-04-121-0/+16
* perf evsel: Use evsel__name_is() helperYang Jihong2024-04-032-27/+16
* perf tests: Run tests in parallel by defaultIan Rogers2024-03-211-7/+10
* perf test: Read child test 10 times a second rather than 1Ian Rogers2024-03-211-2/+2
* perf test: Use a single fd for the child process out/errIan Rogers2024-03-211-31/+6
* perf test: Stat output per thread of just the parent processIan Rogers2024-03-212-2/+2
* perf cpumap: Use perf_cpu_map__for_each_cpu when possibleIan Rogers2024-03-212-29/+30
* perf test: Fix spelling mistake "curent" -> "current"Colin Ian King2024-02-261-1/+1
* perf test: Use TEST_FAIL in the TEST_ASSERT macros instead of -1Arnaldo Carvalho de Melo2024-02-261-8/+8
* perf tests: Add option to run tests in parallelIan Rogers2024-02-221-99/+215
* perf tests: Run time generate shell test suitesIan Rogers2024-02-223-149/+80
* perf tests: Use scandirat for shell script findingIan Rogers2024-02-223-71/+95
* perf test: Rename builtin-test-list and add missed header guardIan Rogers2024-02-224-3/+7
* perf tests: Avoid fork in perf_has_symbol testIan Rogers2024-02-221-1/+1
* perf: build: introduce the libcapstoneChangbin Du2024-02-201-1/+3
* perf testsuite: Add test for kprobe handlingVeronika Molnarova2024-02-162-0/+326
* perf testsuite: Add common output checking helpersVeronika Molnarova2024-02-163-0/+107
* perf testsuite: Add test case for perf probeVeronika Molnarova2024-02-161-0/+23
* perf testsuite: Add initialization script for shell testsVeronika Molnarova2024-02-161-0/+117
* perf testsuite: Add common setting for shell testsVeronika Molnarova2024-02-161-0/+79
* perf testsuite: Add common regex pattersVeronika Molnarova2024-02-161-0/+268
* perf test: Enable Symbols test to work with a current module dsoAdrian Hunter2024-02-161-0/+68
* perf maps: Hide maps internalsIan Rogers2024-02-121-4/+4
* perf maps: Get map before returning in maps__find_by_nameIan Rogers2024-02-121-2/+3
* perf maps: Get map before returning in maps__findIan Rogers2024-02-121-3/+2
* perf maps: Switch from rbtree to lazily sorted array for addressesIan Rogers2024-02-121-0/+3
* Merge branch 'perf-tools' into perf-tools-nextNamhyung Kim2024-02-123-16/+51
|\
| * 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