Searched refs:bpf_link_create_opts (Results 1 – 8 of 8) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | flow_dissector_reattach.c | 124 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, opts); in test_link_create_link_create() 149 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, opts); in test_prog_attach_link_create() 176 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, opts); in test_link_create_prog_attach() 199 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, opts); in test_link_create_prog_detach() 243 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, opts); in test_link_create_close_query() 260 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_no_old_prog() 285 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_replace_old_prog() 310 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_same_prog() 335 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_invalid_opts() 395 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_invalid_prog() [all …]
|
H A D | bpf_cookie.c | 104 LIBBPF_OPTS(bpf_link_create_opts, opts); in kprobe_multi_link_api_subtest() 516 LIBBPF_OPTS(bpf_link_create_opts, link_opts); in tracing_subtest() 572 LIBBPF_OPTS(bpf_link_create_opts, link_opts); in lsm_subtest() 603 LIBBPF_OPTS(bpf_link_create_opts, link_opts); in tp_btf_subtest()
|
H A D | kprobe_multi_test.c | 64 static void test_link_api(struct bpf_link_create_opts *opts) in test_link_api() 103 LIBBPF_OPTS(bpf_link_create_opts, opts); in test_link_api_addrs() 122 LIBBPF_OPTS(bpf_link_create_opts, opts); in test_link_api_syms()
|
H A D | uprobe_multi_test.c | 374 LIBBPF_OPTS(bpf_link_create_opts, opts); in test_attach_api_fails() 592 LIBBPF_OPTS(bpf_link_create_opts, opts); in attach_uprobe_fail_refctr() 662 LIBBPF_OPTS(bpf_link_create_opts, opts); in __test_link_api()
|
/linux/tools/lib/bpf/ |
H A D | bpf.h | 396 struct bpf_link_create_opts { struct 453 const struct bpf_link_create_opts *opts);
|
H A D | features.c | 370 LIBBPF_OPTS(bpf_link_create_opts, link_opts); in probe_uprobe_multi_link()
|
H A D | bpf.c | 727 const struct bpf_link_create_opts *opts) in bpf_link_create() 734 if (!OPTS_VALID(opts, bpf_link_create_opts)) in bpf_link_create()
|
H A D | libbpf.c | 10939 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, link_opts, in bpf_program__attach_perf_event_opts() 11653 LIBBPF_OPTS(bpf_link_create_opts, lopts); in bpf_program__attach_kprobe_multi_opts() 12116 LIBBPF_OPTS(bpf_link_create_opts, lopts); in bpf_program__attach_uprobe_multi() 12740 LIBBPF_OPTS(bpf_link_create_opts, link_opts); in bpf_program__attach_btf_id() 12803 const struct bpf_link_create_opts *opts) in bpf_program_attach_fd() 12862 LIBBPF_OPTS(bpf_link_create_opts, link_create_opts); in bpf_program__attach_cgroup_opts() 12890 LIBBPF_OPTS(bpf_link_create_opts, link_create_opts); in bpf_program__attach_tcx() 12925 LIBBPF_OPTS(bpf_link_create_opts, link_create_opts); in bpf_program__attach_netkit() 12974 LIBBPF_OPTS(bpf_link_create_opts, target_opts); in bpf_program__attach_freplace() 12996 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, link_create_opts); in bpf_program__attach_iter() [all …]
|