selftests/bpf: Reorg the uprobe_syscall test function
authorJiri Olsa <jolsa@kernel.org>
Sun, 20 Jul 2025 11:21:22 +0000 (13:21 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Thu, 21 Aug 2025 18:09:23 +0000 (20:09 +0200)
commit4e7005223e6dab882646d96d0e2aa84a5dd07b56
treeb4187737c28e2c215b7d05a594332ecc75e138e1
parent17c3b001576452fda8fd19d664a93a988b309780
selftests/bpf: Reorg the uprobe_syscall test function

Adding __test_uprobe_syscall with non x86_64 stub to execute all the tests,
so we don't need to keep adding non x86_64 stub functions for new tests.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/r/20250720112133.244369-13-jolsa@kernel.org
tools/testing/selftests/bpf/prog_tests/uprobe_syscall.c