perf test: Skip test_arm_callgraph_fp.sh if unwinding isn't built in
authorJames Clark <james.clark@arm.com>
Tue, 23 Jan 2024 16:39:02 +0000 (16:39 +0000)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 24 Jan 2024 22:13:48 +0000 (14:13 -0800)
commitac668d529fca730f318db3bfa7141743bf75976d
treeacd251b181c926acee4d463bc5d12039fa622e2a
parentb58ab8ac75ab6274e077cba2feb2024aacc4cf0a
perf test: Skip test_arm_callgraph_fp.sh if unwinding isn't built in

Even though this is a frame pointer unwind test, it's testing that a
frame pointer stack can be augmented correctly with a partial
Dwarf unwind. So add a feature check so that this test skips instead of
fails if Dwarf unwinding isn't present.

Signed-off-by: James Clark <james.clark@arm.com>
Reviewed-by: Ian Rogers <irogers@google.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Spoorthy S <spoorts2@in.ibm.com>
Cc: Kajol Jain <kjain@linux.ibm.com>
Link: https://lore.kernel.org/r/20240123163903.350306-3-james.clark@arm.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/tests/shell/test_arm_callgraph_fp.sh