Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dbpf.c108 const size_t attr_sz = offsetofend(union bpf_attr, attach_btf_obj_fd); in probe_memcg_account()
238 __u32 log_size, log_level, attach_prog_fd, attach_btf_obj_fd; in bpf_prog_load() local
276 attach_btf_obj_fd = OPTS_GET(opts, attach_btf_obj_fd, 0); in bpf_prog_load()
278 if (attach_prog_fd && attach_btf_obj_fd) in bpf_prog_load()
285 attr.attach_btf_obj_fd = attach_btf_obj_fd; in bpf_prog_load()
Dbpf.h81 __u32 attach_btf_obj_fd; member
Dgen_loader.c1014 offsetof(union bpf_attr, attach_btf_obj_fd))); in bpf_gen__prog_load()
1024 attr_field(prog_load_attr, attach_btf_obj_fd)); in bpf_gen__prog_load()
Dlibbpf.c458 __u32 attach_btf_obj_fd; member
7312 prog->attach_btf_obj_fd = btf_obj_fd;
7320 opts->attach_btf_obj_fd = btf_obj_fd;
7357 load_attr.attach_btf_obj_fd = prog->attach_btf_obj_fd;
13358 prog->attach_btf_obj_fd = btf_obj_fd;
/third_party/libbpf/include/uapi/linux/
Dbpf.h1462 __u32 attach_btf_obj_fd; member
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h25413 __u32 attach_btf_obj_fd; member