summaryrefslogtreecommitdiff
path: root/tools/perf/tests
AgeCommit message (Expand)AuthorFilesLines
2026-06-10perf test cs-etm: Remove asm_pure_loop testJames Clark1-22/+0
2026-06-10perf test cs-etm: Replace unroll loop thread with deterministic decode testJames Clark2-22/+72
2026-06-10perf test: Add deterministic workloadJames Clark4-0/+43
2026-06-10perf test cs-etm: Test process attributionJames Clark1-0/+69
2026-06-10perf test: Add a workload that forces context switchesJames Clark4-0/+113
2026-06-10perf test: Add workload-ctl optionJames Clark1-2/+182
2026-06-04perf data ctf: replace libbabeltrace with babeltrace2-ctf-writerMichael Jeanson2-6/+6
2026-06-04perf lock contention: Allow 'mmap_lock' in -L/--lock-filterNamhyung Kim1-0/+11
2026-06-04perf test: Remove /usr/bin/cc dependency from Intel PT shell testIan Rogers5-166/+216
2026-06-04perf test: Add shell test to validate JUnit XML reporting outputIan Rogers1-0/+63
2026-06-04perf test: Add -j/--junit option for JUnit XML test reportsIan Rogers1-6/+142
2026-06-04perf test: Split monolithic 'util' test suite into sub-testsIan Rogers1-3/+17
2026-06-04perf test: Skip shebang and SPDX comments in shell test descriptionsIan Rogers1-34/+46
2026-06-04perf test: Fix subtest status alignment for multi-digit indexesIan Rogers1-3/+5
2026-06-04perf test: Add summary reportingIan Rogers1-3/+86
2026-06-04perf test: Show snippet failure output for verbose=1Ian Rogers1-3/+200
2026-06-04perf test: Refactor parallel poll loop to drain all pipes simultaneouslyIan Rogers1-8/+259
2026-06-04perf test pmu-events: A sub-test per metric tableIan Rogers1-8/+148
2026-06-04perf test: Support dynamic test suites with setup callback and private dataIan Rogers2-1/+18
2026-06-04perf test: Drain pipe after child finishes to avoid losing outputIan Rogers1-0/+10
2026-06-03perf symbol: Add setters for bitfields sharing a byte to avoid concurrent upd...Ian Rogers2-2/+2
2026-06-03perf tests topology: Switch env->arch use to env->e_machineIan Rogers1-2/+6
2026-06-03perf test: Add file offset diagnostic test for corrupted perf.dataArnaldo Carvalho de Melo1-0/+91
2026-05-29perf arm-spe: Don't warn about the discard bit if it doesn't existJames Clark1-2/+9
2026-05-29perf test: Make leafloop workload immune to compiler optionsJames Clark1-9/+31
2026-05-29perf test: Add truncated perf.data robustness testArnaldo Carvalho de Melo1-0/+86
2026-05-29perf session: Validate HEADER_ATTR attr.size before swappingArnaldo Carvalho de Melo1-0/+6
2026-05-28perf tests hwmon_pmu: Use PRIu64 + (uint64_t) cast for a __u64 field to work ...Arnaldo Carvalho de Melo1-2/+3
2026-05-27perf tests: Sort includes and add missed explicit dependenciesIan Rogers2-12/+20
2026-05-25perf test: Add stat metrics --for-each-cgroup testIan Rogers1-0/+200
2026-05-22perf tests: Add test for stat delay option with duration_timeIan Rogers1-0/+53
2026-05-22perf test ibs: Skip privilege test on Zen6 and newer platformsRavi Bangoria1-4/+33
2026-05-20perf tests: Add test for uncore event sortingIan Rogers4-0/+179
2026-05-20perf evlist: Try to avoid computing evsel from sampleIan Rogers2-2/+7
2026-05-20perf hist: Remove evsel from struct hist_entry_iterIan Rogers3-3/+0
2026-05-20perf evsel: Refactor evsel tracepoint sample accessors perf_sampleIan Rogers2-3/+3
2026-05-20perf event: Fix size of synthesized sample with branch stacksIan Rogers2-4/+9
2026-05-15perf pmu: Skip test on Arm64 when #slots is zeroLeo Yan1-2/+22
2026-05-11perf test: Fix "trace summary" test for musl-based systemsMartin Kaiser1-1/+1
2026-05-11perf test: Fix sys_enter_openat event test for muslMartin Kaiser1-1/+4
2026-05-11perf test: Fix nanosleep check in the ftrace testMartin Kaiser1-3/+4
2026-05-05perf build: Remove NO_GTK2 build testNamhyung Kim1-5/+1
2026-04-13perf test: Fixes for check branch stack samplingIan Rogers1-49/+95
2026-04-13perf test: Fix inet_pton probe failure and unroll call graphIan Rogers1-4/+4
2026-04-08perf test: Make perf trace BTF general tests exclusiveThomas Richter1-1/+1
2026-04-08perf data: Clean up use_stdio and structuresIan Rogers1-1/+2
2026-04-08perf tools: Use calloc() where applicableArnaldo Carvalho de Melo2-1/+1
2026-04-08perf tools: Make more global variables staticIan Rogers3-5/+5
2026-04-05perf test: Skip sched stats test for !rootNamhyung Kim1-0/+5
2026-04-05perf sample: Add evsel to struct perf_sampleIan Rogers3-2/+3