selftests/bpf: Add uprobe_multi link test
authorJiri Olsa <jolsa@kernel.org>
Wed, 9 Aug 2023 08:34:33 +0000 (10:34 +0200)
committerAlexei Starovoitov <ast@kernel.org>
Mon, 21 Aug 2023 22:51:27 +0000 (15:51 -0700)
commita93d22ea6092f464c9bcb1e9e53537d103f2f6fa
treee030cfa3bc7969fa07d54de4a40f0a7c447564b6
parentffc68903617a29f000806aac1961dd7ac64c3d87
selftests/bpf: Add uprobe_multi link test

Adding uprobe_multi test for bpf_link_create attach function.

Testing attachment using the struct bpf_link_create_opts.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Link: https://lore.kernel.org/r/20230809083440.3209381-22-jolsa@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c