Searched refs:bpf_log (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/kernel/bpf/ |
| D | bpf_lsm.c | 40 bpf_log(vlog, in BTF_SET_END() 46 bpf_log(vlog, "attach_btf_id %u points to wrong type name %s\n", in BTF_SET_END()
|
| D | btf.c | 4242 bpf_log(log, "btf_vmlinux is malformed\n"); in btf_get_prog_ctx_type() 4255 bpf_log(log, "arg#%d type is not a struct\n", arg); in btf_get_prog_ctx_type() 4260 bpf_log(log, "arg#%d struct doesn't have a name\n", arg); in btf_get_prog_ctx_type() 4275 bpf_log(log, "Please fix kernel include/linux/bpf_types.h\n"); in btf_get_prog_ctx_type() 4312 bpf_log(log, "map type %d is misconfigured\n", i); in btf_vmlinux_map_ids_init() 4442 bpf_log(log, "func '%s' offset %d is not multiple of 8\n", in btf_ctx_access() 4457 bpf_log(log, "func '%s' doesn't have %d-th argument\n", in btf_ctx_access() 4492 bpf_log(log, in btf_ctx_access() 4499 bpf_log(log, "func '%s' doesn't have %d-th argument\n", in btf_ctx_access() 4517 bpf_log(log, in btf_ctx_access() [all …]
|
| D | verifier.c | 336 __printf(2, 3) void bpf_log(struct bpf_verifier_log *log, in bpf_log() function 11516 bpf_log(log, "Tracing programs must provide btf_id\n"); in bpf_check_attach_target() 11521 bpf_log(log, in bpf_check_attach_target() 11527 bpf_log(log, "attach_btf_id %u is invalid\n", btf_id); in bpf_check_attach_target() 11532 bpf_log(log, "attach_btf_id %u doesn't have a name\n", btf_id); in bpf_check_attach_target() 11544 bpf_log(log, "Subprog %s doesn't exist\n", tname); in bpf_check_attach_target() 11550 bpf_log(log, in bpf_check_attach_target() 11555 bpf_log(log, in bpf_check_attach_target() 11561 bpf_log(log, "Can attach to only JITed progs\n"); in bpf_check_attach_target() 11569 bpf_log(log, "Cannot recursively attach\n"); in bpf_check_attach_target() [all …]
|
| /Linux-v5.10/net/ipv4/ |
| D | bpf_tcp_ca.c | 108 bpf_log(log, "only read is supported\n"); in bpf_tcp_ca_btf_struct_access() 133 bpf_log(log, "no write support to tcp_sock at off %d\n", off); in bpf_tcp_ca_btf_struct_access() 138 bpf_log(log, in bpf_tcp_ca_btf_struct_access()
|
| /Linux-v5.10/include/linux/ |
| D | bpf_verifier.h | 432 __printf(2, 3) void bpf_log(struct bpf_verifier_log *log,
|