Searched refs:bpf_object_open_opts (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | reference_tracking.c | 23 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts, in test_reference_tracking()
|
| A D | probe_user.c | 9 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, ); in serial_test_probe_user()
|
| A D | core_extern.c | 131 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_core_extern()
|
| A D | core_autosize.c | 56 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts); in test_core_autosize()
|
| A D | pinning.c | 41 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_pinning()
|
| A D | fexit_bpf2bpf.c | 270 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts); in test_fmod_ret_freplace()
|
| A D | core_reloc.c | 810 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts); in test_core_reloc()
|
| /linux/tools/lib/bpf/ |
| A D | libbpf.h | 69 struct bpf_object_open_opts { struct 112 bpf_object__open_file(const char *path, const struct bpf_object_open_opts *opts); argument 115 const struct bpf_object_open_opts *opts); 978 const struct bpf_object_open_opts *opts);
|
| A D | libbpf.c | 2555 const struct bpf_object_open_opts *opts) in bpf_object__init_maps() 6707 static int bpf_object_init_progs(struct bpf_object *obj, const struct bpf_object_open_opts *opts) in bpf_object_init_progs() 6749 const struct bpf_object_open_opts *opts) in __bpf_object__open() 6762 if (!OPTS_VALID(opts, bpf_object_open_opts)) in __bpf_object__open() 6825 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in __bpf_object__open_xattr() 6853 bpf_object__open_file(const char *path, const struct bpf_object_open_opts *opts) in bpf_object__open_file() 6865 const struct bpf_object_open_opts *opts) in bpf_object__open_mem() 6877 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in bpf_object__open_buffer() 11313 const struct bpf_object_open_opts *opts) in bpf_object__open_skeleton() 11315 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, skel_opts, in bpf_object__open_skeleton()
|
| /linux/kernel/bpf/preload/iterators/ |
| A D | iterators.skel.h | 46 iterators_bpf__open_opts(const struct bpf_object_open_opts *opts) in iterators_bpf__open_opts()
|
| /linux/tools/bpf/bpftool/Documentation/ |
| A D | bpftool-gen.rst | 111 **_opts** variants accepts extra **bpf_object_open_opts** 268 const struct bpf_object_open_opts *opts);
|
| /linux/tools/bpf/bpftool/ |
| A D | gen.c | 657 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts); in do_skeleton()
|
| A D | prog.c | 1387 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts, in load_with_options() 1723 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts); in do_loader()
|
Completed in 42 milliseconds