]> git.ipfire.org Git - thirdparty/linux.git/commit
selftests/bpf: Add stacktrace ips test for fentry/fexit
authorJiri Olsa <jolsa@kernel.org>
Mon, 26 Jan 2026 21:18:36 +0000 (22:18 +0100)
committerAndrii Nakryiko <andrii@kernel.org>
Fri, 30 Jan 2026 21:40:08 +0000 (13:40 -0800)
commite5d532be4a3b0d1f0a9210c0da2c04a6b4605904
treec1ce4ff57aa398510b8ba9f57918c09e9c66fede
parent7373f97e868ad01fc73de8e7b71834eeba25d4f1
selftests/bpf: Add stacktrace ips test for fentry/fexit

Adding test that attaches fentry/fexitand verifies the
ORC stacktrace matches expected functions.

The test is only for ORC unwinder to keep it simple.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20260126211837.472802-6-jolsa@kernel.org
tools/testing/selftests/bpf/prog_tests/stacktrace_ips.c
tools/testing/selftests/bpf/progs/stacktrace_ips.c