/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A 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()
|
A D | test_loader.c | 160 LIBBPF_OPTS(bpf_object_open_opts, open_opts, .object_name = skel_name); in run_subtest()
|
A D | testing_helpers.c | 180 LIBBPF_OPTS(bpf_object_open_opts, opts, in bpf_prog_test_load()
|
A D | veristat.c | 859 LIBBPF_OPTS(bpf_object_open_opts, opts); in process_obj()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | cb_refs.c | 22 LIBBPF_OPTS(bpf_object_open_opts, opts, .kernel_log_buf = log_buf, in test_cb_refs()
|
A D | reference_tracking.c | 8 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts, in test_reference_tracking()
|
A D | spin_lock.c | 50 LIBBPF_OPTS(bpf_object_open_opts, opts, .kernel_log_buf = log_buf, in test_spin_lock_fail_prog()
|
A D | probe_user.c | 15 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, ); in serial_test_probe_user()
|
A D | core_extern.c | 132 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_core_extern()
|
A D | bpf_nf.c | 139 LIBBPF_OPTS(bpf_object_open_opts, opts, .kernel_log_buf = log_buf, in test_bpf_nf_ct_fail()
|
A D | log_buf.c | 33 LIBBPF_OPTS(bpf_object_open_opts, opts); in obj_load_log_buf()
|
A D | core_autosize.c | 56 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts); in test_core_autosize()
|
A D | kfunc_call.c | 153 LIBBPF_OPTS(bpf_object_open_opts, opts); in verify_fail()
|
A D | pinning.c | 41 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_pinning()
|
A D | fexit_bpf2bpf.c | 288 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts); in test_fmod_ret_freplace()
|
A D | linked_list.c | 109 LIBBPF_OPTS(bpf_object_open_opts, opts, .kernel_log_buf = log_buf, in test_linked_list_fail_prog()
|
A D | core_reloc.c | 1000 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts); in run_core_reloc_tests()
|
/linux-6.3-rc2/tools/lib/bpf/ |
A D | libbpf.h | 110 struct bpf_object_open_opts { struct 204 bpf_object__open_file(const char *path, const struct bpf_object_open_opts *opts); 218 const struct bpf_object_open_opts *opts); 1442 const struct bpf_object_open_opts *opts);
|
A D | libbpf.c | 2609 const struct bpf_object_open_opts *opts) in bpf_object__init_maps() 7146 static int bpf_object_init_progs(struct bpf_object *obj, const struct bpf_object_open_opts *opts) in bpf_object_init_progs() 7180 const struct bpf_object_open_opts *opts) in bpf_object_open() 7196 if (!OPTS_VALID(opts, bpf_object_open_opts)) in bpf_object_open() 7269 bpf_object__open_file(const char *path, const struct bpf_object_open_opts *opts) in bpf_object__open_file() 7286 const struct bpf_object_open_opts *opts) in bpf_object__open_mem() 12234 const struct bpf_object_open_opts *opts) in bpf_object__open_skeleton() 12236 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, skel_opts, in bpf_object__open_skeleton()
|
/linux-6.3-rc2/tools/bpf/bpftool/Documentation/ |
A 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-6.3-rc2/tools/bpf/bpftool/ |
A D | struct_ops.c | 480 LIBBPF_OPTS(bpf_object_open_opts, open_opts); in do_register()
|
A 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()
|
A D | prog.c | 1521 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts, in load_with_options() 1870 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts); in do_loader()
|
/linux-6.3-rc2/tools/perf/util/ |
A D | bpf-loader.c | 201 LIBBPF_OPTS(bpf_object_open_opts, opts, .object_name = name); in bpf__prepare_load_buffer() 232 LIBBPF_OPTS(bpf_object_open_opts, opts, .object_name = filename); in bpf__prepare_load()
|