Searched refs:attach_name (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dgen_loader.c526 void bpf_gen__record_attach_target(struct bpf_gen *gen, const char *attach_name, argument
535 prefix, attach_name);
H A Dlibbpf.c7250 static int libbpf_find_attach_btf_id(struct bpf_program *prog, const char *attach_name,
7275 const char *attach_name; local
7277 attach_name = strchr(prog->sec_name, '/');
7278 if (!attach_name) {
7292 attach_name++; /* skip over / */
7294 err = libbpf_find_attach_btf_id(prog, attach_name, &btf_obj_fd, &btf_type_id);
9815 static int find_kernel_btf_id(struct bpf_object *obj, const char *attach_name, argument
9821 ret = find_attach_btf_id(obj->btf_vmlinux, attach_name, attach_type);
9837 ret = find_attach_btf_id(mod->btf, attach_name, attach_type);
9852 static int libbpf_find_attach_btf_id(struct bpf_program *prog, const char *attach_name, argument
[all...]

Completed in 289 milliseconds