summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests
AgeCommit message (Expand)AuthorFilesLines
2022-10-06perf test: Add arm64 asm pureloop test shell scriptCarsten Haitzler1-0/+18
2022-10-06perf test: Add asm pureloop test toolCarsten Haitzler4-1/+65
2022-10-06perf test: Add build infra for perf test tools for ARM CoreSight testsCarsten Haitzler2-0/+39
2022-10-06perf test: Add CoreSight shell lib shared code for future testsCarsten Haitzler1-0/+132
2022-10-06perf test: Introduce script for data symbol testingLeo Yan1-0/+93
2022-10-06perf stat: Rename to aggr_cpu_id.thread_idxNamhyung Kim1-5/+5
2022-10-06perf tools: Add evlist__add_sched_switch()Namhyung Kim1-10/+5
2022-10-06perf expr: Allow a double if expressionIan Rogers1-0/+4
2022-10-04perf test: Introduce script for java symbol testingLeo Yan1-0/+75
2022-10-04perf test: Add kernel lock contention testNamhyung Kim1-0/+73
2022-10-04perf test: waiting.sh: Parameterize timeoutsAdrian Hunter1-9/+17
2022-10-04perf test: test_intel_pt.sh: Move helper functions for waitingAdrian Hunter2-64/+73
2022-10-04perf test: test_intel_pt.sh: Add per-thread testAdrian Hunter1-0/+247
2022-10-04perf test: test_intel_pt.sh: Add more output in preparation for more testsAdrian Hunter1-1/+11
2022-10-04perf test: test_intel_pt.sh: Fix return checkingAdrian Hunter1-3/+3
2022-10-04perf test: test_intel_pt.sh: Use quotes around variable expansionAdrian Hunter1-6/+6
2022-10-04perf test: test_intel_pt.sh: Use grep -c instead of grep plus wc -lAdrian Hunter1-1/+1
2022-10-04perf test: test_intel_pt.sh: Stop using backticksAdrian Hunter1-1/+1
2022-10-04perf test: test_intel_pt.sh: Stop using exprAdrian Hunter1-3/+3
2022-10-04perf test: test_intel_pt.sh: Fix redirectionAdrian Hunter1-1/+1
2022-10-04perf test: test_intel_pt.sh: Use a temp directoryAdrian Hunter1-4/+10
2022-10-04perf test: test_intel_pt.sh: Add cleanup functionAdrian Hunter1-2/+16
2022-10-04perf tests: Fix 'perf probe' error log check in skip_if_no_debuginfoAthira Rajeev1-1/+1
2022-10-04perf test: Add basic core_wide expression testIan Rogers1-0/+13
2022-10-04perf smt: Compute SMT from topologyIan Rogers1-9/+15
2022-10-04perf expr: Move the scanner_ctx into the parse_ctxIan Rogers1-1/+1
2022-10-04perf test: Skip sigtrap test on old kernelsNamhyung Kim1-1/+64
2022-10-04perf cpumap: Add range data encodingIan Rogers1-9/+43
2022-10-04perf events: Prefer union over variable length arrayIan Rogers1-10/+4
2022-10-04perf tests: Avoid pthread.h inclusionIan Rogers3-5/+1
2022-09-29perf tests mmap-basic: Remove unused variable to address clang 15 warningJiri Olsa1-2/+1
2022-09-29perf tests record: Fail the test if the 'errs' counter is not zeroArnaldo Carvalho de Melo1-1/+1
2022-09-29perf test: Fix test case 87 ("perf record tests") for hybrid systemsZhengjun Xing1-1/+1
2022-09-28perf tests vmlinux-kallsyms: Update is_ignored_symbol function to match the k...Athira Rajeev1-2/+3
2022-09-26perf tests powerpc: Fix branch stack sampling test to include sanity check fo...Athira Rajeev1-1/+2
2022-09-21perf test: Skip wp modify test on old kernelsNamhyung Kim1-2/+8
2022-09-21perf test: Add a new test for perf stat cgroup BPF counterNamhyung Kim1-0/+83
2022-08-27perf test: Stat test for repeat with a weak groupIan Rogers1-0/+19
2022-08-19perf tools: Support reading PERF_FORMAT_LOSTNamhyung Kim1-4/+10
2022-08-19perf cpumap: Fix alignment for masks in event encodingIan Rogers1-10/+9
2022-08-13perf test: Refactor shell tests allowing subdirsCarsten Haitzler4-134/+238
2022-08-13perf pmu-events: Hide the pmu_eventsIan Rogers3-10/+10
2022-08-13perf pmu-events: Don't assume pmu_event is an arrayIan Rogers1-58/+78
2022-08-13perf pmu-events: Move test events/metrics to JSONIan Rogers2-81/+4
2022-08-13perf test: Use full metric resolutionIan Rogers1-145/+77
2022-08-13perf pmu-events: Hide pmu_events_mapIan Rogers1-118/+100
2022-08-13perf pmu-events: Avoid passing pmu_events_mapIan Rogers3-46/+30
2022-08-13perf pmu-events: Hide pmu_sys_event_tablesIan Rogers1-13/+1
2022-08-13perf jevents: Remove the type/version variablesIan Rogers2-4/+0
2022-08-13perf jevent: Add an 'all' architecture argumentIan Rogers1-2/+1