summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests
Commit message (Expand)AuthorAgeFilesLines
* perf test: Fix test_arm_coresight.sh failures on JunoJames Clark2022-10-141-1/+1
* perf test coresight: Add unroll thread test shell scriptCarsten Haitzler2022-10-061-0/+18
* perf test coresight: Add unroll thread test toolCarsten Haitzler2022-10-064-1/+110
* perf test coresight: Add thread loop test shell scriptsCarsten Haitzler2022-10-062-0/+38
* perf test coresight: Add thread loop test toolCarsten Haitzler2022-10-064-1/+122
* perf test coresight: Add memcpy thread test shell scriptCarsten Haitzler2022-10-061-0/+18
* perf test coresight: Add memcpy thread test toolCarsten Haitzler2022-10-064-1/+115
* perf test: Add arm64 asm pureloop test shell scriptCarsten Haitzler2022-10-061-0/+18
* perf test: Add asm pureloop test toolCarsten Haitzler2022-10-064-1/+65
* perf test: Add build infra for perf test tools for ARM CoreSight testsCarsten Haitzler2022-10-062-0/+39
* perf test: Add CoreSight shell lib shared code for future testsCarsten Haitzler2022-10-061-0/+132
* perf test: Introduce script for data symbol testingLeo Yan2022-10-061-0/+93
* perf stat: Rename to aggr_cpu_id.thread_idxNamhyung Kim2022-10-061-5/+5
* perf tools: Add evlist__add_sched_switch()Namhyung Kim2022-10-061-10/+5
* perf expr: Allow a double if expressionIan Rogers2022-10-061-0/+4
* perf test: Introduce script for java symbol testingLeo Yan2022-10-041-0/+75
* perf test: Add kernel lock contention testNamhyung Kim2022-10-041-0/+73
* perf test: waiting.sh: Parameterize timeoutsAdrian Hunter2022-10-041-9/+17
* perf test: test_intel_pt.sh: Move helper functions for waitingAdrian Hunter2022-10-042-64/+73
* perf test: test_intel_pt.sh: Add per-thread testAdrian Hunter2022-10-041-0/+247
* perf test: test_intel_pt.sh: Add more output in preparation for more testsAdrian Hunter2022-10-041-1/+11
* perf test: test_intel_pt.sh: Fix return checkingAdrian Hunter2022-10-041-3/+3
* perf test: test_intel_pt.sh: Use quotes around variable expansionAdrian Hunter2022-10-041-6/+6
* perf test: test_intel_pt.sh: Use grep -c instead of grep plus wc -lAdrian Hunter2022-10-041-1/+1
* perf test: test_intel_pt.sh: Stop using backticksAdrian Hunter2022-10-041-1/+1
* perf test: test_intel_pt.sh: Stop using exprAdrian Hunter2022-10-041-3/+3
* perf test: test_intel_pt.sh: Fix redirectionAdrian Hunter2022-10-041-1/+1
* perf test: test_intel_pt.sh: Use a temp directoryAdrian Hunter2022-10-041-4/+10
* perf test: test_intel_pt.sh: Add cleanup functionAdrian Hunter2022-10-041-2/+16
* perf tests: Fix 'perf probe' error log check in skip_if_no_debuginfoAthira Rajeev2022-10-041-1/+1
* perf test: Add basic core_wide expression testIan Rogers2022-10-041-0/+13
* perf smt: Compute SMT from topologyIan Rogers2022-10-041-9/+15
* perf expr: Move the scanner_ctx into the parse_ctxIan Rogers2022-10-041-1/+1
* perf test: Skip sigtrap test on old kernelsNamhyung Kim2022-10-041-1/+64
* perf cpumap: Add range data encodingIan Rogers2022-10-041-9/+43
* perf events: Prefer union over variable length arrayIan Rogers2022-10-041-10/+4
* perf tests: Avoid pthread.h inclusionIan Rogers2022-10-043-5/+1
* perf tests mmap-basic: Remove unused variable to address clang 15 warningJiri Olsa2022-09-291-2/+1
* perf tests record: Fail the test if the 'errs' counter is not zeroArnaldo Carvalho de Melo2022-09-291-1/+1
* perf test: Fix test case 87 ("perf record tests") for hybrid systemsZhengjun Xing2022-09-291-1/+1
* perf tests vmlinux-kallsyms: Update is_ignored_symbol function to match the k...Athira Rajeev2022-09-281-2/+3
* perf tests powerpc: Fix branch stack sampling test to include sanity check fo...Athira Rajeev2022-09-261-1/+2
* perf test: Skip wp modify test on old kernelsNamhyung Kim2022-09-211-2/+8
* perf test: Add a new test for perf stat cgroup BPF counterNamhyung Kim2022-09-211-0/+83
* perf test: Stat test for repeat with a weak groupIan Rogers2022-08-271-0/+19
* perf tools: Support reading PERF_FORMAT_LOSTNamhyung Kim2022-08-191-4/+10
* perf cpumap: Fix alignment for masks in event encodingIan Rogers2022-08-191-10/+9
* perf test: Refactor shell tests allowing subdirsCarsten Haitzler2022-08-134-134/+238
* perf pmu-events: Hide the pmu_eventsIan Rogers2022-08-133-10/+10
* perf pmu-events: Don't assume pmu_event is an arrayIan Rogers2022-08-131-58/+78