[PATCH 0/2] perf test: Skip test_arm_callgraph_fp.sh if unwinding isn't built in

From: James Clark
Date: Tue Jan 23 2024 - 11:44:43 EST


The first commit outputs the unwinding feature definition in perf
version so that the script can gate on it. And then skip the test if
it's not present.

I didn't add any fixes tags because it's modifying the perf version
output, requires both commits, and it's just for a test skip change so
I don't think backporting makes sense.

James Clark (2):
perf version: Display availability of HAVE_DWARF_UNWIND_SUPPORT
perf test: Skip test_arm_callgraph_fp.sh if unwinding isn't built in

tools/perf/builtin-version.c | 1 +
tools/perf/tests/shell/test_arm_callgraph_fp.sh | 6 ++++++
2 files changed, 7 insertions(+)

--
2.34.1