/openbmc/qemu/ebpf/ |
H A D | rss.bpf.skeleton.h | 27 static inline struct rss_bpf *open(const struct bpf_object_open_opts *opts = nullptr); 51 rss_bpf__open_opts(const struct bpf_object_open_opts *opts) in rss_bpf__open_opts() 967 struct rss_bpf *rss_bpf::open(const struct bpf_object_open_opts *opts) { return rss_bpf__open_opts(… in open()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_cpp.cpp | 24 int open(const struct bpf_object_open_opts *opts = nullptr) in open() 63 LIBBPF_OPTS(bpf_object_open_opts, opts); in try_skeleton_template()
|
H A 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()
|
H A D | testing_helpers.c | 258 LIBBPF_OPTS(bpf_object_open_opts, opts, in bpf_prog_test_load()
|
H A D | veristat.c | 1026 LIBBPF_OPTS(bpf_object_open_opts, opts); in process_obj()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | cb_refs.c | 22 LIBBPF_OPTS(bpf_object_open_opts, opts, .kernel_log_buf = log_buf, in test_cb_refs()
|
H A D | reference_tracking.c | 8 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts, in test_reference_tracking()
|
H A D | probe_user.c | 15 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, ); in serial_test_probe_user()
|
H A D | spin_lock.c | 73 LIBBPF_OPTS(bpf_object_open_opts, opts, .kernel_log_buf = log_buf, in test_spin_lock_fail_prog()
|
H A D | core_extern.c | 132 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_core_extern()
|
H A D | bpf_nf.c | 140 LIBBPF_OPTS(bpf_object_open_opts, opts, .kernel_log_buf = log_buf, in test_bpf_nf_ct_fail()
|
H A D | log_buf.c | 33 LIBBPF_OPTS(bpf_object_open_opts, opts); in obj_load_log_buf()
|
H A D | core_autosize.c | 56 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts); in test_core_autosize()
|
H A D | pinning.c | 41 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_pinning()
|
H A D | kfunc_call.c | 153 LIBBPF_OPTS(bpf_object_open_opts, opts); in verify_fail()
|
H A D | fexit_bpf2bpf.c | 288 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts); in test_fmod_ret_freplace()
|
H A D | linked_list.c | 103 LIBBPF_OPTS(bpf_object_open_opts, opts, .kernel_log_buf = log_buf, in test_linked_list_fail_prog()
|
H A D | core_reloc.c | 1001 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts); in run_core_reloc_tests()
|
/openbmc/linux/tools/lib/bpf/ |
H A 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);
|
H A D | libbpf.c | 2668 const struct bpf_object_open_opts *opts) in bpf_object__init_maps() 7347 static int bpf_object_init_progs(struct bpf_object *obj, const struct bpf_object_open_opts *opts) in bpf_object_init_progs() 7381 const struct bpf_object_open_opts *opts) in bpf_object_open() 7397 if (!OPTS_VALID(opts, bpf_object_open_opts)) in bpf_object_open() 7470 bpf_object__open_file(const char *path, const struct bpf_object_open_opts *opts) in bpf_object__open_file() 7487 const struct bpf_object_open_opts *opts) in bpf_object__open_mem() 13000 const struct bpf_object_open_opts *opts) in bpf_object__open_skeleton() 13002 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, skel_opts, in bpf_object__open_skeleton()
|
/openbmc/linux/tools/bpf/bpftool/Documentation/ |
H 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");
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | struct_ops.c | 493 LIBBPF_OPTS(bpf_object_open_opts, open_opts); in do_register()
|
H A D | gen.c | 910 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts); in do_skeleton() 1282 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts); in do_subskeleton()
|
H A D | prog.c | 1519 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts, in load_with_options() 1911 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts); in do_loader()
|