Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dfexit_bpf2bpf.c72 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_fexit_bpf2bpf_common()
268 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts); in test_fmod_ret_freplace()
342 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_obj_load_failure_common()
Dreference_tracking.c8 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts, in test_reference_tracking()
Dprobe_user.c8 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, ); in test_probe_user()
Dcore_extern.c131 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_core_extern()
Dcore_autosize.c56 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts); in test_core_autosize()
Dpinning.c41 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_pinning()
Dcore_reloc.c819 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts); in test_core_reloc()
/Linux-v5.15/tools/lib/bpf/
Dlibbpf.h69 struct bpf_object_open_opts { struct
109 bpf_object__open_file(const char *path, const struct bpf_object_open_opts *opts); argument
112 const struct bpf_object_open_opts *opts);
873 const struct bpf_object_open_opts *opts);
Dlibbpf.c2455 const struct bpf_object_open_opts *opts) in bpf_object__init_maps()
6372 const struct bpf_object_open_opts *opts) in __bpf_object__open()
6386 if (!OPTS_VALID(opts, bpf_object_open_opts)) in __bpf_object__open()
6467 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in __bpf_object__open_xattr()
6495 bpf_object__open_file(const char *path, const struct bpf_object_open_opts *opts) in bpf_object__open_file()
6507 const struct bpf_object_open_opts *opts) in bpf_object__open_mem()
6519 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in bpf_object__open_buffer()
10648 const struct bpf_object_open_opts *opts) in bpf_object__open_skeleton()
10650 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, skel_opts, in bpf_object__open_skeleton()
/Linux-v5.15/kernel/bpf/preload/iterators/
Diterators.skel.h46 iterators_bpf__open_opts(const struct bpf_object_open_opts *opts) in iterators_bpf__open_opts()
/Linux-v5.15/tools/bpf/bpftool/Documentation/
Dbpftool-gen.rst111 **_opts** variants accepts extra **bpf_object_open_opts**
268 const struct bpf_object_open_opts *opts);
/Linux-v5.15/tools/bpf/bpftool/
Dgen.c603 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts); in do_skeleton()
Dprog.c1375 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts, in load_with_options()
1711 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts); in do_loader()