Home
last modified time | relevance | path

Searched refs:gen_loader_opts (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Dbpf_gen_internal.h32 struct gen_loader_opts *opts;
H A Dlibbpf.h1601 struct gen_loader_opts { struct
1611 struct gen_loader_opts *opts); argument
H A Dgen_loader.c398 struct gen_loader_opts *opts = gen->opts; in bpf_gen__finish()
H A Dlibbpf.c8504 int bpf_object__gen_loader(struct bpf_object *obj, struct gen_loader_opts *opts) in bpf_object__gen_loader()
8510 if (!OPTS_VALID(opts, gen_loader_opts)) in bpf_object__gen_loader()
/openbmc/linux/tools/bpf/bpftool/
H A Dprog.c1863 static int try_loader(struct gen_loader_opts *gen) in try_loader()
1905 DECLARE_LIBBPF_OPTS(gen_loader_opts, gen); in do_loader()
H A Dgen.c660 DECLARE_LIBBPF_OPTS(gen_loader_opts, opts); in gen_trace()