Home
last modified time | relevance | path

Searched refs:attach_btf_obj_fd (Results 1 - 5 of 5) sorted by relevance

/third_party/libbpf/src/
H A 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()
H A Dbpf.h81 __u32 attach_btf_obj_fd; member
H A Dgen_loader.c1014 offsetof(union bpf_attr, attach_btf_obj_fd))); in bpf_gen__prog_load()
1020 /* successful or not, close btf module FDs used in extern ksyms and attach_btf_obj_fd */ in bpf_gen__prog_load()
1024 attr_field(prog_load_attr, attach_btf_obj_fd)); in bpf_gen__prog_load()
H A 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/
H A Dbpf.h1462 __u32 attach_btf_obj_fd; member

Completed in 31 milliseconds