]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf tests top: Add basic perf top coverage test
authorIan Rogers <irogers@google.com>
Sat, 22 Nov 2025 08:19:24 +0000 (00:19 -0800)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 3 Dec 2025 19:07:47 +0000 (11:07 -0800)
commit75e961730b9e8506aa9b5cb670bdd674ce80e46a
tree1ae7b2e20d249a8f2daeb16c3fb17e73a707817d
parent0eb307d954c10ef2dbf8d4597954e013dfe263ed
perf tests top: Add basic perf top coverage test

The test starts a backgroup thloop workload and monitors it using
cpu-clock ensuring test_loop appears in the output.

Signed-off-by: Ian Rogers <irogers@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/tests/shell/top.sh [new file with mode: 0755]