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.c7297 static int libbpf_find_attach_btf_id(struct bpf_program *prog, const char *attach_name,
7322 const char *attach_name; local
7324 attach_name = strchr(prog->sec_name, '/');
7325 if (!attach_name) {
7339 attach_name++; /* skip over / */
7341 err = libbpf_find_attach_btf_id(prog, attach_name, &btf_obj_fd, &btf_type_id);
9890 static int find_kernel_btf_id(struct bpf_object *obj, const char *attach_name, argument
9897 fn_name = strchr(attach_name, ':');
9899 mod_name = attach_name;
9906 mod_name ? fn_name : attach_name,
9944 libbpf_find_attach_btf_id(struct bpf_program *prog, const char *attach_name, int *btf_obj_fd, int *btf_type_id) argument
[all...]

Completed in 232 milliseconds