mirror of
https://github.com/torvalds/linux.git
synced 2026-08-04 06:20:44 +02:00
Adding test that attaches kprobe/kretprobe multi and verifies the ORC stacktrace matches expected functions. Adding bpf_testmod_stacktrace_test function to bpf_testmod kernel module which is called through several functions so we get reliable call path for stacktrace. The test is only for ORC unwinder to keep it simple. Signed-off-by: Jiri Olsa <jolsa@kernel.org> Link: https://lore.kernel.org/r/20251104215405.168643-4-jolsa@kernel.org Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| bpf_test_modorder_x.c | ||
| bpf_test_modorder_y.c | ||
| bpf_test_no_cfi.c | ||
| bpf_test_rqspinlock.c | ||
| bpf_testmod_kfunc.h | ||
| bpf_testmod-events.h | ||
| bpf_testmod.c | ||
| bpf_testmod.h | ||
| Makefile | ||