Home
last modified time | relevance | path

Searched refs:bpf_object_open_opts (Results 1 – 24 of 24) sorted by relevance

/openbmc/qemu/ebpf/
H A Drss.bpf.skeleton.h27 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 Dtest_cpp.cpp24 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 Dtest_loader.c533 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 Dtesting_helpers.c258 LIBBPF_OPTS(bpf_object_open_opts, opts, in bpf_prog_test_load()
H A Dveristat.c1026 LIBBPF_OPTS(bpf_object_open_opts, opts); in process_obj()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcb_refs.c22 LIBBPF_OPTS(bpf_object_open_opts, opts, .kernel_log_buf = log_buf, in test_cb_refs()
H A Dreference_tracking.c8 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts, in test_reference_tracking()
H A Dprobe_user.c15 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, ); in serial_test_probe_user()
H A Dspin_lock.c73 LIBBPF_OPTS(bpf_object_open_opts, opts, .kernel_log_buf = log_buf, in test_spin_lock_fail_prog()
H A Dcore_extern.c132 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_core_extern()
H A Dbpf_nf.c140 LIBBPF_OPTS(bpf_object_open_opts, opts, .kernel_log_buf = log_buf, in test_bpf_nf_ct_fail()
H A Dlog_buf.c33 LIBBPF_OPTS(bpf_object_open_opts, opts); in obj_load_log_buf()
H A Dcore_autosize.c56 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts); in test_core_autosize()
H A Dpinning.c41 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_pinning()
H A Dkfunc_call.c153 LIBBPF_OPTS(bpf_object_open_opts, opts); in verify_fail()
H A Dfexit_bpf2bpf.c288 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts); in test_fmod_ret_freplace()
H A Dlinked_list.c103 LIBBPF_OPTS(bpf_object_open_opts, opts, .kernel_log_buf = log_buf, in test_linked_list_fail_prog()
H A Dcore_reloc.c1001 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts); in run_core_reloc_tests()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.h112 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 Dlibbpf.c2668 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 Dbpftool-gen.rst116 **_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 Dstruct_ops.c493 LIBBPF_OPTS(bpf_object_open_opts, open_opts); in do_register()
H A Dgen.c910 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 Dprog.c1519 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()