]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf test: Add pipe output testing for annotate
authorIan Rogers <irogers@google.com>
Tue, 11 Mar 2025 21:16:35 +0000 (14:16 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Sat, 15 Mar 2025 01:16:33 +0000 (18:16 -0700)
commit658b34cc9f9c6a8b439fe7d0d8cac883a00bc8ec
treebd129ad7d753480b74af87b424d13438f79b6d3e
parent3a86d63e6fa51b2171310a1a1b60d5830f6f521b
perf test: Add pipe output testing for annotate

Parameterize the basic testing to generate directly a perf.data file
or to generate/use one from pipe input or output.  To simplify the
refactor move some of the head/grep logic around. Use "-q" with grep
to make the test output cleaner.

Signed-off-by: Ian Rogers <irogers@google.com>
Link: https://lore.kernel.org/r/20250311211635.541090-1-irogers@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/tests/shell/annotate.sh