summaryrefslogtreecommitdiff
path: root/tools/perf/tests
AgeCommit message (Expand)AuthorFilesLines
2024-07-20kallsyms: get rid of code for absolute kallsymsJann Horn1-1/+0
2024-06-27perf pmu: Restore full PMU name wildcard supportJames Clark1-0/+78
2024-06-26perf test stat_bpf_counter.sh: Stabilize the test resultsVeronika Molnarova1-18/+18
2024-06-26perf test: Make tests its own libraryIan Rogers2-76/+76
2024-06-25perf test: Check output of the probe ... --funcs commandChaitanya S Prakash1-1/+1
2024-06-24perf test: Make test_arm_callgraph_fp.sh more robustJames Clark2-21/+26
2024-06-20tools/perf: Handle perftool-testsuite_probe testcases fail when kernel debugi...Athira Rajeev1-3/+28
2024-06-13perf test pmu: Warn don't fail for legacy mixed case event namesIan Rogers1-3/+19
2024-06-07perf test: Speed up test case 70 annotate basic testsThomas Richter1-3/+7
2024-05-28perf tests: Add some pmu core functionality testsIan Rogers1-0/+99
2024-05-10perf parse: Allow tracepoint names to start with digitsDominique Martinet1-0/+7
2024-05-10perf parse-events: Add new 'fake_tp' parameter for testsDominique Martinet2-3/+5
2024-05-07perf mem-info: Add reference count checkingIan Rogers1-4/+6
2024-05-07perf mem-info: Move mem-info out of mem-events and symbolIan Rogers1-0/+1
2024-05-06perf dso: Use container_of() to avoid a pointer in 'struct dso_data'Ian Rogers1-31/+29
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers8-24/+25
2024-05-03perf test pmu: Test all sysfs PMU event names are the same caseIan Rogers1-0/+90
2024-05-03perf test pmu: Add an eagerly loaded event testIan Rogers1-0/+76
2024-05-03perf test pmu: Refactor format test and exposed test APIsIan Rogers1-168/+151
2024-05-03perf test pmu-events: Make it clearer that pmu-events tests JSON eventsIan Rogers1-1/+1
2024-04-26perf test: Reintroduce -p/--parallel and make -S/--sequential the defaultArnaldo Carvalho de Melo1-1/+7
2024-04-26perf test: Add a new test for 'perf annotate'Namhyung Kim1-0/+83
2024-04-26perf tests parse-events: Use "branches" rather than "cache-references"Ian Rogers1-3/+3
2024-04-26perf scripts python: Add a script to run instances of 'perf script' in parallelAdrian Hunter1-1/+25
2024-04-26perf tests shell kprobes: Add missing description as used by 'perf test' outputArnaldo Carvalho de Melo1-0/+1
2024-04-18perf test shell arm_coresight: Increase buffer size for Coresight basic testsJames Clark1-1/+1
2024-04-18perf test bpf-counters: Add test for BPF event modifierIan Rogers1-23/+52
2024-04-17perf tools: Enable configs required for test_uprobe_from_different_cu.shChaitanya S Prakash1-0/+3
2024-04-12perf tests: Remove dependency on lscpuJames Clark1-1/+3
2024-04-12perf tests: Apply attributes to all events in object code reading testJames Clark1-5/+5
2024-04-12perf tests: Make "test data symbol" more robust on Neoverse N1James Clark1-0/+16
2024-04-03perf evsel: Use evsel__name_is() helperYang Jihong2-27/+16
2024-03-21perf tests: Run tests in parallel by defaultIan Rogers1-7/+10
2024-03-21perf test: Read child test 10 times a second rather than 1Ian Rogers1-2/+2
2024-03-21perf test: Use a single fd for the child process out/errIan Rogers1-31/+6
2024-03-21perf test: Stat output per thread of just the parent processIan Rogers2-2/+2
2024-03-21perf cpumap: Use perf_cpu_map__for_each_cpu when possibleIan Rogers2-29/+30
2024-02-26perf test: Fix spelling mistake "curent" -> "current"Colin Ian King1-1/+1
2024-02-26perf test: Use TEST_FAIL in the TEST_ASSERT macros instead of -1Arnaldo Carvalho de Melo1-8/+8
2024-02-22perf tests: Add option to run tests in parallelIan Rogers1-99/+215
2024-02-22perf tests: Run time generate shell test suitesIan Rogers3-149/+80
2024-02-22perf tests: Use scandirat for shell script findingIan Rogers3-71/+95
2024-02-22perf test: Rename builtin-test-list and add missed header guardIan Rogers4-3/+7
2024-02-22perf tests: Avoid fork in perf_has_symbol testIan Rogers1-1/+1
2024-02-20perf: build: introduce the libcapstoneChangbin Du1-1/+3
2024-02-16perf testsuite: Add test for kprobe handlingVeronika Molnarova2-0/+326
2024-02-16perf testsuite: Add common output checking helpersVeronika Molnarova3-0/+107
2024-02-16perf testsuite: Add test case for perf probeVeronika Molnarova1-0/+23
2024-02-16perf testsuite: Add initialization script for shell testsVeronika Molnarova1-0/+117
2024-02-16perf testsuite: Add common setting for shell testsVeronika Molnarova1-0/+79