Searched refs:bpf_object_open_opts (Results 1 – 23 of 23) sorted by relevance
/Linux-v6.6/tools/testing/selftests/bpf/ |
D | test_cpp.cpp | 20 int open(const struct bpf_object_open_opts *opts = nullptr) in open() 59 LIBBPF_OPTS(bpf_object_open_opts, opts); in try_skeleton_template()
|
D | test_loader.c | 533 struct bpf_object_open_opts *open_opts, in run_subtest() 646 LIBBPF_OPTS(bpf_object_open_opts, open_opts, .object_name = skel_name); in process_subtest()
|
D | testing_helpers.c | 258 LIBBPF_OPTS(bpf_object_open_opts, opts, in bpf_prog_test_load()
|
D | veristat.c | 1026 LIBBPF_OPTS(bpf_object_open_opts, opts); in process_obj()
|
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
D | cb_refs.c | 22 LIBBPF_OPTS(bpf_object_open_opts, opts, .kernel_log_buf = log_buf, in test_cb_refs()
|
D | reference_tracking.c | 8 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts, in test_reference_tracking()
|
D | probe_user.c | 15 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, ); in serial_test_probe_user()
|
D | spin_lock.c | 73 LIBBPF_OPTS(bpf_object_open_opts, opts, .kernel_log_buf = log_buf, in test_spin_lock_fail_prog()
|
D | core_extern.c | 132 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_core_extern()
|
D | bpf_nf.c | 140 LIBBPF_OPTS(bpf_object_open_opts, opts, .kernel_log_buf = log_buf, in test_bpf_nf_ct_fail()
|
D | log_buf.c | 33 LIBBPF_OPTS(bpf_object_open_opts, opts); in obj_load_log_buf()
|
D | core_autosize.c | 56 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts); in test_core_autosize()
|
D | pinning.c | 41 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_pinning()
|
D | kfunc_call.c | 153 LIBBPF_OPTS(bpf_object_open_opts, opts); in verify_fail()
|
D | fexit_bpf2bpf.c | 288 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts); in test_fmod_ret_freplace()
|
D | linked_list.c | 109 LIBBPF_OPTS(bpf_object_open_opts, opts, .kernel_log_buf = log_buf, in test_linked_list_fail_prog()
|
D | core_reloc.c | 1000 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts); in run_core_reloc_tests()
|
/Linux-v6.6/tools/lib/bpf/ |
D | libbpf.h | 112 struct bpf_object_open_opts { struct 206 bpf_object__open_file(const char *path, const struct bpf_object_open_opts *opts); 220 const struct bpf_object_open_opts *opts); 1566 const struct bpf_object_open_opts *opts);
|
D | libbpf.c | 2667 const struct bpf_object_open_opts *opts) in bpf_object__init_maps() 7337 static int bpf_object_init_progs(struct bpf_object *obj, const struct bpf_object_open_opts *opts) in bpf_object_init_progs() 7371 const struct bpf_object_open_opts *opts) in bpf_object_open() 7387 if (!OPTS_VALID(opts, bpf_object_open_opts)) in bpf_object_open() 7460 bpf_object__open_file(const char *path, const struct bpf_object_open_opts *opts) in bpf_object__open_file() 7477 const struct bpf_object_open_opts *opts) in bpf_object__open_mem() 12990 const struct bpf_object_open_opts *opts) in bpf_object__open_skeleton() 12992 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, skel_opts, in bpf_object__open_skeleton()
|
/Linux-v6.6/tools/bpf/bpftool/Documentation/ |
D | bpftool-gen.rst | 116 **_opts** variants accepts extra **bpf_object_open_opts** 319 const struct bpf_object_open_opts *opts); 441 LIBBPF_OPTS(bpf_object_open_opts, opts, .btf_custom_path = "5.4.0-smaller.btf");
|
/Linux-v6.6/tools/bpf/bpftool/ |
D | struct_ops.c | 493 LIBBPF_OPTS(bpf_object_open_opts, open_opts); in do_register()
|
D | gen.c | 910 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts); in do_skeleton() 1279 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts); in do_subskeleton()
|
D | prog.c | 1512 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts, in load_with_options() 1897 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts); in do_loader()
|