Home
last modified time | relevance | path

Searched refs:bpf_log (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbtf.c4241 bpf_log(log, "btf_vmlinux is malformed\n"); in btf_get_prog_ctx_type()
4254 bpf_log(log, "arg#%d type is not a struct\n", arg); in btf_get_prog_ctx_type()
4259 bpf_log(log, "arg#%d struct doesn't have a name\n", arg); in btf_get_prog_ctx_type()
4274 bpf_log(log, "Please fix kernel include/linux/bpf_types.h\n"); in btf_get_prog_ctx_type()
4311 bpf_log(log, "map type %d is misconfigured\n", i); in btf_vmlinux_map_ids_init()
4441 bpf_log(log, "func '%s' offset %d is not multiple of 8\n", in btf_ctx_access()
4456 bpf_log(log, "func '%s' doesn't have %d-th argument\n", in btf_ctx_access()
4491 bpf_log(log, in btf_ctx_access()
4498 bpf_log(log, "func '%s' doesn't have %d-th argument\n", in btf_ctx_access()
4516 bpf_log(log, in btf_ctx_access()
[all …]
H A Dbpf_lsm.c40 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()
H A Dverifier.c336 __printf(2, 3) void bpf_log(struct bpf_verifier_log *log, in bpf_log() function
12011 bpf_log(log, "Tracing programs must provide btf_id\n"); in bpf_check_attach_target()
12016 bpf_log(log, in bpf_check_attach_target()
12022 bpf_log(log, "attach_btf_id %u is invalid\n", btf_id); in bpf_check_attach_target()
12027 bpf_log(log, "attach_btf_id %u doesn't have a name\n", btf_id); in bpf_check_attach_target()
12039 bpf_log(log, "Subprog %s doesn't exist\n", tname); in bpf_check_attach_target()
12045 bpf_log(log, in bpf_check_attach_target()
12050 bpf_log(log, in bpf_check_attach_target()
12056 bpf_log(log, "Can attach to only JITed progs\n"); in bpf_check_attach_target()
12064 bpf_log(log, "Cannot recursively attach\n"); in bpf_check_attach_target()
[all …]
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dbpf_tcp_ca.c108 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf_verifier.h477 __printf(2, 3) void bpf_log(struct bpf_verifier_log *log,