perf test: perf header test fails on s390
authorThomas Richter <tmricht@linux.ibm.com>
Mon, 30 Jun 2025 09:16:13 +0000 (11:16 +0200)
committerNamhyung Kim <namhyung@kernel.org>
Mon, 30 Jun 2025 15:59:13 +0000 (08:59 -0700)
commit844f962ca6bf5b01d0af0bc62a7f06135581fe92
treeae0016dd465585e173b3aca31aab57da617f9b6e
parentaa497357c125662d7526d6ec8ce1259e72b2c8af
perf test: perf header test fails on s390

commit 2d584688643fa ("perf test: Add header shell test")
introduced a new test case for perf header. It fails on s390
because call graph option -g is not supported on s390.
Also the option --call-graph dwarf is only supported for
the event cpu-clock.

Remove this option and the test succeeds.

Output after:
 # ./perf test 76
 76: perf header tests                           : Ok

Fixes: 2d584688643fa ("perf test: Add header shell test")
Signed-off-by: Thomas Richter <tmricht@linux.ibm.com>
Reviewed-by: Ian Rogers <irogers@google.com>
Acked-by: Sumanth Korikkar <sumanthk@linux.ibm.com>
Link: https://lore.kernel.org/r/20250630091613.3061664-1-tmricht@linux.ibm.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/tests/shell/header.sh