Home
last modified time | relevance | path

Searched refs:bpf_object_open_opts (Results 1 - 25 of 32) sorted by relevance

12

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_cpp.cpp20 int open(const struct bpf_object_open_opts *opts = nullptr) in open()
59 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()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_bpf2bpf.c71 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_fexit_bpf2bpf_common()
240 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts); in test_fmod_ret_freplace()
318 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_obj_load_failure_common()
H A Dreference_tracking.c8 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts, in test_reference_tracking()
H A Dprobe_user.c8 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, ); in test_probe_user()
H A Dcore_extern.c131 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_core_extern()
H A Dpinning.c41 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_pinning()
/kernel/linux/linux-6.6/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 Dspin_lock.c73 LIBBPF_OPTS(bpf_object_open_opts, opts, .kernel_log_buf = log_buf, in test_spin_lock_fail_prog()
H A Dprobe_user.c15 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, ); in serial_test_probe_user()
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 Dcore_extern.c132 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_core_extern()
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 Dkfunc_call.c153 LIBBPF_OPTS(bpf_object_open_opts, opts); in verify_fail()
H A Dpinning.c41 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_pinning()
H A Dfexit_bpf2bpf.c288 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts); in test_fmod_ret_freplace()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.h68 struct bpf_object_open_opts { struct
101 bpf_object__open_file(const char *path, const struct bpf_object_open_opts *opts);
104 const struct bpf_object_open_opts *opts);
750 const struct bpf_object_open_opts *opts);
/kernel/linux/linux-5.10/kernel/bpf/preload/iterators/
H A Diterators.skel.h46 iterators_bpf__open_opts(const struct bpf_object_open_opts *opts) in iterators_bpf__open_opts()
/kernel/linux/linux-6.6/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);
858 * See bpf_object_open_opts comments regarding log_level and log_buf
1566 const struct bpf_object_open_opts *opts);
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dgen.c275 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts); in do_skeleton()
408 %1$s__open_opts(const struct bpf_object_open_opts *opts) \n\ in do_skeleton()
/kernel/linux/linux-6.6/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()
1087 static inline struct %1$s *open(const struct bpf_object_open_opts *opts = nullptr);\n\ in do_skeleton()
1111 %1$s__open_opts(const struct bpf_object_open_opts *opts) \n\ in do_skeleton()
1240 struct %1$s *%1$s::open(const struct bpf_object_open_opts *opts) { return %1$s__open_opts(opts); }\n\ in do_skeleton()
1282 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts); in do_subskeleton()

Completed in 17 milliseconds

12