Lines Matching refs:bpf_log
5928 bpf_log(log, "arg#%d struct doesn't have a name\n", arg); in btf_is_prog_ctx_type()
5934 bpf_log(log, "btf_vmlinux is malformed\n"); in btf_is_prog_ctx_type()
5942 bpf_log(log, "Please fix kernel include/linux/bpf_types.h\n"); in btf_is_prog_ctx_type()
5988 bpf_log(log, "arg#%d type isn't a pointer\n", arg); in btf_validate_prog_ctx_type()
6015 bpf_log(log, "arg#%d type doesn't have a name\n", arg); in btf_validate_prog_ctx_type()
6087 bpf_log(log, "btf_vmlinux is malformed\n"); in btf_validate_prog_ctx_type()
6100 bpf_log(log, "arg#%d should be void pointer\n", arg); in btf_validate_prog_ctx_type()
6106 bpf_log(log, "arg#%d should be `struct %s *`\n", arg, ctx_tname); in btf_validate_prog_ctx_type()
6137 bpf_log(log, "kern ctx type id %u is not a struct\n", kctx_type_id); in get_kern_ctx_btf_id()
6433 bpf_log(log, "func '%s' offset %d is not multiple of 8\n", in btf_ctx_access()
6450 bpf_log(log, "func '%s' doesn't have %d-th argument\n", in btf_ctx_access()
6489 bpf_log(log, in btf_ctx_access()
6496 bpf_log(log, "func '%s' doesn't have %d-th argument\n", in btf_ctx_access()
6514 bpf_log(log, in btf_ctx_access()
6552 bpf_log(log,"invalid btf_id for context argument offset %u\n", off); in btf_ctx_access()
6606 bpf_log(log, in btf_ctx_access()
6611 bpf_log(log, "func '%s' arg%d has btf_id %d type %s '%s'\n", in btf_ctx_access()
6641 bpf_log(log, "Type '%s' is not a struct\n", tname); in btf_struct_walk()
6691 bpf_log(log, "access beyond struct %s at off %u size %u\n", in btf_struct_walk()
6747 bpf_log(log, "field %s doesn't have size\n", mname); in btf_struct_walk()
6834 bpf_log(log, in btf_struct_walk()
6872 bpf_log(log, in btf_struct_walk()
6880 bpf_log(log, "struct %s doesn't have field at offset %d\n", tname, off); in btf_struct_walk()
6909 bpf_log(log, in btf_struct_access()
7074 bpf_log(log, in btf_distill_func_proto()
7081 bpf_log(log, in btf_distill_func_proto()
7091 bpf_log(log, in btf_distill_func_proto()
7100 bpf_log(log, in btf_distill_func_proto()
7106 bpf_log(log, in btf_distill_func_proto()
7138 bpf_log(log, "%s() is not a global function\n", fn1); in btf_check_func_type_match()
7142 bpf_log(log, "%s() is not a global function\n", fn2); in btf_check_func_type_match()
7159 bpf_log(log, "%s() has %d args while %s() has %d args\n", in btf_check_func_type_match()
7167 bpf_log(log, in btf_check_func_type_match()
7179 bpf_log(log, "arg%d in %s() is %s while %s() has %s\n", in btf_check_func_type_match()
7185 bpf_log(log, in btf_check_func_type_match()
7199 bpf_log(log, in btf_check_func_type_match()
7207 bpf_log(log, in btf_check_func_type_match()
7213 bpf_log(log, in btf_check_func_type_match()
7227 bpf_log(log, in btf_check_func_type_match()
7245 bpf_log(log, "Program extension requires BTF\n"); in btf_check_type_match()
7318 bpf_log(log, "arg#%d reference type('%s %s') candidate matching error: %d\n", in btf_get_ptr_to_btf_id()
7324 bpf_log(log, "arg#%d reference type('%s %s') %s\n", in btf_get_ptr_to_btf_id()
7331 bpf_log(log, "arg#%d reference type('%s %s') points to kernel module type (unsupported)\n", in btf_get_ptr_to_btf_id()
7379 bpf_log(log, "Verifier bug\n"); in btf_prepare_func_args()
7387 bpf_log(log, "Global functions need valid BTF\n"); in btf_prepare_func_args()
7396 bpf_log(log, "BTF of func#%d doesn't point to KIND_FUNC\n", in btf_prepare_func_args()
7403 bpf_log(log, "Verifier bug in function %s()\n", tname); in btf_prepare_func_args()
7411 bpf_log(log, "Invalid type of function %s()\n", tname); in btf_prepare_func_args()
7419 bpf_log(log, "Global function %s() with %d > %d args. Buggy compiler.\n", in btf_prepare_func_args()
7430 bpf_log(log, in btf_prepare_func_args()
7451 bpf_log(log, "arg#%d type tag is not supported in static functions\n", i); in btf_prepare_func_args()
7466 bpf_log(log, "arg#%d has unsupported set of tags\n", i); in btf_prepare_func_args()
7471 bpf_log(log, "arg#%d type tag fetching failure: %d\n", i, id); in btf_prepare_func_args()
7483 bpf_log(log, "arg#%d has invalid combination of tags\n", i); in btf_prepare_func_args()
7495 bpf_log(log, "arg#%d has invalid combination of tags\n", i); in btf_prepare_func_args()
7505 bpf_log(log, "arg#%d has invalid combination of tags\n", i); in btf_prepare_func_args()
7521 bpf_log(log, "arg#%d arena cannot be combined with any other tags\n", i); in btf_prepare_func_args()
7531 bpf_log(log, "arg#%d has invalid combination of tags\n", i); in btf_prepare_func_args()
7538 bpf_log(log, "arg#%d reference type('%s %s') size cannot be determined: %ld\n", in btf_prepare_func_args()
7553 bpf_log(log, "arg#%d has pointer tag, but is not a pointer type\n", i); in btf_prepare_func_args()
7562 bpf_log(log, "Arg#%d type %s in %s() is not supported yet.\n", in btf_prepare_func_args()
8700 bpf_log(log, "[%d]%s(", i, cc->name); in __print_cand_cache()
8702 bpf_log(log, "%d", cc->cands[j].id); in __print_cand_cache()
8704 bpf_log(log, " "); in __print_cand_cache()
8706 bpf_log(log, "), "); in __print_cand_cache()
8713 bpf_log(log, "vmlinux_cand_cache:"); in print_cand_cache()
8715 bpf_log(log, "\nmodule_cand_cache:"); in print_cand_cache()
8717 bpf_log(log, "\n"); in print_cand_cache()
8968 bpf_log(ctx->log, "relo #%u: bad type id %u\n", in bpf_core_apply()
8981 bpf_log(ctx->log, "target candidate search failed for %d\n", in bpf_core_apply()
8994 bpf_log(ctx->log, in bpf_core_apply()