Searched refs:attach_func_name (Results 1 – 12 of 12) sorted by relevance
| /linux/kernel/bpf/preload/iterators/ |
| H A D | iterators.bpf.c | 43 const char *attach_func_name; member 115 aux->attach_func_name, aux->dst_prog->aux->name); in dump_bpf_prog()
|
| /linux/tools/testing/selftests/bpf/test_kmods/ |
| H A D | bpf_testmod.c | 1453 if (strcmp(prog->aux->attach_func_name, "test_prologue") && in st_ops_gen_prologue() 1454 strcmp(prog->aux->attach_func_name, "test_pro_epilogue")) in st_ops_gen_prologue() 1479 if (strcmp(prog->aux->attach_func_name, "test_epilogue") && in st_ops_gen_epilogue() 1480 strcmp(prog->aux->attach_func_name, "test_pro_epilogue")) in st_ops_gen_epilogue()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.h | 860 int target_fd, const char *attach_func_name); 1004 const char *attach_func_name);
|
| H A D | libbpf.c | 13031 const char *attach_func_name) in bpf_program__attach_freplace() argument 13035 if (!!target_fd != !!attach_func_name) { in bpf_program__attach_freplace() 13050 btf_id = libbpf_find_prog_btf_id(attach_func_name, target_fd, prog->obj->token_fd); in bpf_program__attach_freplace() 13850 const char *attach_func_name) in bpf_program__set_attach_target() argument 13860 if (attach_prog_fd && !attach_func_name) { in bpf_program__set_attach_target() 13869 btf_id = libbpf_find_prog_btf_id(attach_func_name, in bpf_program__set_attach_target() 13874 if (!attach_func_name) in bpf_program__set_attach_target() 13881 err = find_kernel_btf_id(prog->obj, attach_func_name, in bpf_program__set_attach_target()
|
| /linux/kernel/bpf/ |
| H A D | bpf_lsm.c | 118 const char *func_name = prog->aux->attach_func_name; in bpf_lsm_verify_prog()
|
| H A D | bpf_iter.c | 339 const char *attach_fname = prog->aux->attach_func_name; in bpf_iter_prog_supported()
|
| H A D | syscall.c | 4214 tp_name = prog->aux->attach_func_name; in bpf_raw_tp_link_attach()
|
| H A D | btf.c | 6668 const char *tname = prog->aux->attach_func_name; in btf_ctx_access()
|
| H A D | verifier.c | 23485 prog->aux->attach_func_name = mname; in check_struct_ops_btf_id() 23965 prog->aux->attach_func_name = tgt_info.tgt_name; in check_attach_btf_id()
|
| /linux/Documentation/bpf/ |
| H A D | drgn.rst | 149 .attach_func_name = (const char *)0x0,
|
| /linux/net/core/ |
| H A D | bpf_sk_storage.c | 372 return !!strncmp(prog->aux->attach_func_name, "bpf_sk_storage", in bpf_sk_storage_tracing_allowed()
|
| /linux/include/linux/ |
| H A D | bpf.h | 1650 const char *attach_func_name; member
|