Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbpf.c589 __u32 target_btf_id, iter_info_len; in bpf_link_create() local
596 target_btf_id = OPTS_GET(opts, target_btf_id, 0); in bpf_link_create()
598 if (iter_info_len && target_btf_id) in bpf_link_create()
611 } else if (target_btf_id) { in bpf_link_create()
612 attr.link_create.target_btf_id = target_btf_id; in bpf_link_create()
H A Dbpf.h177 __u32 target_btf_id; member
179 #define bpf_link_create_opts__last_field target_btf_id
H A Dlibbpf.c9712 .target_btf_id = btf_id); in bpf_program__attach_fd()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h667 __u32 target_btf_id; /* btf_id of target to attach to */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h667 __u32 target_btf_id; /* btf_id of target to attach to */ member
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dsyscall.c4052 attr->link_create.target_btf_id); in tracing_bpf_link_attach()