Lines Matching refs:bpf_log

5623 		bpf_log(log, "btf_vmlinux is malformed\n");  in btf_get_prog_ctx_type()
5639 bpf_log(log, "arg#%d struct doesn't have a name\n", arg); in btf_get_prog_ctx_type()
5655 bpf_log(log, "Please fix kernel include/linux/bpf_types.h\n"); in btf_get_prog_ctx_type()
5710 bpf_log(log, "kern ctx type id %u is not a struct\n", kctx_type_id); in get_kern_ctx_btf_id()
5941 bpf_log(log, "func '%s' offset %d is not multiple of 8\n", in btf_ctx_access()
5958 bpf_log(log, "func '%s' doesn't have %d-th argument\n", in btf_ctx_access()
5994 bpf_log(log, in btf_ctx_access()
6001 bpf_log(log, "func '%s' doesn't have %d-th argument\n", in btf_ctx_access()
6019 bpf_log(log, in btf_ctx_access()
6057 bpf_log(log,"invalid btf_id for context argument offset %u\n", off); in btf_ctx_access()
6108 bpf_log(log, in btf_ctx_access()
6113 bpf_log(log, "func '%s' arg%d has btf_id %d type %s '%s'\n", in btf_ctx_access()
6142 bpf_log(log, "Type '%s' is not a struct\n", tname); in btf_struct_walk()
6192 bpf_log(log, "access beyond struct %s at off %u size %u\n", in btf_struct_walk()
6248 bpf_log(log, "field %s doesn't have size\n", mname); in btf_struct_walk()
6335 bpf_log(log, in btf_struct_walk()
6373 bpf_log(log, in btf_struct_walk()
6381 bpf_log(log, "struct %s doesn't have field at offset %d\n", tname, off); in btf_struct_walk()
6410 bpf_log(log, in btf_struct_access()
6575 bpf_log(log, in btf_distill_func_proto()
6582 bpf_log(log, in btf_distill_func_proto()
6592 bpf_log(log, in btf_distill_func_proto()
6601 bpf_log(log, in btf_distill_func_proto()
6607 bpf_log(log, in btf_distill_func_proto()
6639 bpf_log(log, "%s() is not a global function\n", fn1); in btf_check_func_type_match()
6643 bpf_log(log, "%s() is not a global function\n", fn2); in btf_check_func_type_match()
6660 bpf_log(log, "%s() has %d args while %s() has %d args\n", in btf_check_func_type_match()
6668 bpf_log(log, in btf_check_func_type_match()
6680 bpf_log(log, "arg%d in %s() is %s while %s() has %s\n", in btf_check_func_type_match()
6686 bpf_log(log, in btf_check_func_type_match()
6700 bpf_log(log, in btf_check_func_type_match()
6708 bpf_log(log, in btf_check_func_type_match()
6714 bpf_log(log, in btf_check_func_type_match()
6728 bpf_log(log, in btf_check_func_type_match()
6746 bpf_log(log, "Program extension requires BTF\n"); in btf_check_type_match()
6780 bpf_log(log, "BTF of func_id %u doesn't point to KIND_FUNC\n", in btf_check_func_arg_match()
6788 bpf_log(log, "Invalid BTF of func %s\n", func_name); in btf_check_func_arg_match()
6794 bpf_log(log, "Function %s has %d > %d args\n", func_name, nargs, in btf_check_func_arg_match()
6811 bpf_log(log, "R%d is not a scalar\n", regno); in btf_check_func_arg_match()
6816 bpf_log(log, "Unrecognized arg#%d type %s\n", in btf_check_func_arg_match()
6833 bpf_log(log, in btf_check_func_arg_match()
6844 bpf_log(log, in btf_check_func_arg_match()
6854 bpf_log(log, "reg type unsupported for arg#%d function %s#%d\n", i, in btf_check_func_arg_match()
6965 bpf_log(log, "Verifier bug\n"); in btf_prepare_func_args()
6971 bpf_log(log, "Global functions need valid BTF\n"); in btf_prepare_func_args()
6980 bpf_log(log, "BTF of func#%d doesn't point to KIND_FUNC\n", in btf_prepare_func_args()
6987 bpf_log(log, "Validating %s() func#%d...\n", in btf_prepare_func_args()
6991 bpf_log(log, "Verifier bug in function %s()\n", tname); in btf_prepare_func_args()
6999 bpf_log(log, "Invalid type of function %s()\n", tname); in btf_prepare_func_args()
7005 bpf_log(log, "Global function %s() with %d > %d args. Buggy compiler.\n", in btf_prepare_func_args()
7014 bpf_log(log, in btf_prepare_func_args()
7042 bpf_log(log, in btf_prepare_func_args()
7054 bpf_log(log, "Arg#%d type %s in %s() is not supported yet.\n", in btf_prepare_func_args()
8168 bpf_log(log, "[%d]%s(", i, cc->name); in __print_cand_cache()
8170 bpf_log(log, "%d", cc->cands[j].id); in __print_cand_cache()
8172 bpf_log(log, " "); in __print_cand_cache()
8174 bpf_log(log, "), "); in __print_cand_cache()
8181 bpf_log(log, "vmlinux_cand_cache:"); in print_cand_cache()
8183 bpf_log(log, "\nmodule_cand_cache:"); in print_cand_cache()
8185 bpf_log(log, "\n"); in print_cand_cache()
8436 bpf_log(ctx->log, "relo #%u: bad type id %u\n", in bpf_core_apply()
8449 bpf_log(ctx->log, "target candidate search failed for %d\n", in bpf_core_apply()
8462 bpf_log(ctx->log, in bpf_core_apply()