Searched refs:bpf_log (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/kernel/bpf/ |
| D | btf.c | 4439 bpf_log(log, "btf_vmlinux is malformed\n"); in btf_get_prog_ctx_type() 4455 bpf_log(log, "arg#%d struct doesn't have a name\n", arg); in btf_get_prog_ctx_type() 4470 bpf_log(log, "Please fix kernel include/linux/bpf_types.h\n"); in btf_get_prog_ctx_type() 4507 bpf_log(log, "map type %d is misconfigured\n", i); in btf_vmlinux_map_ids_init() 4716 bpf_log(log, "func '%s' offset %d is not multiple of 8\n", in btf_ctx_access() 4733 bpf_log(log, "func '%s' doesn't have %d-th argument\n", in btf_ctx_access() 4768 bpf_log(log, in btf_ctx_access() 4775 bpf_log(log, "func '%s' doesn't have %d-th argument\n", in btf_ctx_access() 4793 bpf_log(log, in btf_ctx_access() 4829 bpf_log(log,"invalid btf_id for context argument offset %u\n", off); in btf_ctx_access() [all …]
|
| D | bpf_lsm.c | 42 bpf_log(vlog, in BTF_SET_END() 48 bpf_log(vlog, "attach_btf_id %u points to wrong type name %s\n", in BTF_SET_END()
|
| D | verifier.c | 358 __printf(2, 3) void bpf_log(struct bpf_verifier_log *log, in bpf_log() function 13348 bpf_log(log, "Tracing programs must provide btf_id\n"); in bpf_check_attach_target() 13353 bpf_log(log, in bpf_check_attach_target() 13359 bpf_log(log, "attach_btf_id %u is invalid\n", btf_id); in bpf_check_attach_target() 13364 bpf_log(log, "attach_btf_id %u doesn't have a name\n", btf_id); in bpf_check_attach_target() 13376 bpf_log(log, "Subprog %s doesn't exist\n", tname); in bpf_check_attach_target() 13382 bpf_log(log, in bpf_check_attach_target() 13387 bpf_log(log, in bpf_check_attach_target() 13393 bpf_log(log, "Can attach to only JITed progs\n"); in bpf_check_attach_target() 13401 bpf_log(log, "Cannot recursively attach\n"); in bpf_check_attach_target() [all …]
|
| /Linux-v5.15/net/ipv4/ |
| D | bpf_tcp_ca.c | 113 bpf_log(log, "only read is supported\n"); in bpf_tcp_ca_btf_struct_access() 138 bpf_log(log, "no write support to tcp_sock at off %d\n", off); in bpf_tcp_ca_btf_struct_access() 143 bpf_log(log, in bpf_tcp_ca_btf_struct_access()
|
| /Linux-v5.15/include/linux/ |
| D | bpf_verifier.h | 476 __printf(2, 3) void bpf_log(struct bpf_verifier_log *log,
|