]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf test stat: Update test expectations and events
authorIan Rogers <irogers@google.com>
Tue, 11 Nov 2025 21:22:04 +0000 (13:22 -0800)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 12 Nov 2025 00:48:35 +0000 (16:48 -0800)
commita48cd551d7436be3b1bd65c63a6d00163f7e7706
tree9560d627cea09befb7975fec07edc1773ed45e6f
parent6b76f0678b245a9d59ae6a4b69a7bdd8cae89476
perf test stat: Update test expectations and events

test_stat_record_report and test_stat_record_script used default
output which triggers a bug when sending metrics. As this isn't
relevant to the test switch to using named software events.

Update the match in test_hybrid as the cycles event is now cpu-cycles
to workaround potential ARM issues.

Signed-off-by: Ian Rogers <irogers@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/tests/shell/stat.sh