Searched refs:attach_name (Results 1 - 2 of 2) sorted by relevance
/third_party/libbpf/src/ |
H A D | gen_loader.c | 526 void bpf_gen__record_attach_target(struct bpf_gen *gen, const char *attach_name, in bpf_gen__record_attach_target() argument 535 prefix, attach_name); in bpf_gen__record_attach_target()
|
H A D | libbpf.c | 7263 static int libbpf_find_attach_btf_id(struct bpf_program *prog, const char *attach_name, 7288 const char *attach_name; local 7290 attach_name = strchr(prog->sec_name, '/'); 7291 if (!attach_name) { 7305 attach_name++; /* skip over / */ 7307 err = libbpf_find_attach_btf_id(prog, attach_name, &btf_obj_fd, &btf_type_id); 9811 static int find_kernel_btf_id(struct bpf_object *obj, const char *attach_name, argument 9817 ret = find_attach_btf_id(obj->btf_vmlinux, attach_name, attach_type); 9833 ret = find_attach_btf_id(mod->btf, attach_name, attach_type); 9848 static int libbpf_find_attach_btf_id(struct bpf_program *prog, const char *attach_name, argument [all...] |
Completed in 16 milliseconds