Lines Matching refs:bpf_log

9592 				bpf_log(log, "R%d is not a scalar\n", regno);  in btf_check_func_arg_match()
9603 bpf_log(log, "arg#%d expects pointer to ctx\n", i); in btf_check_func_arg_match()
9613 bpf_log(log, "arg#%d is expected to be non-NULL\n", i); in btf_check_func_arg_match()
9625 bpf_log(log, "R%d is not a pointer to arena or scalar.\n", regno); in btf_check_func_arg_match()
9649 bpf_log(log, "verifier bug: unrecognized arg#%d type %d\n", in btf_check_func_arg_match()
21876 bpf_log(log, "Tracing programs must provide btf_id\n"); in bpf_check_attach_target()
21881 bpf_log(log, in bpf_check_attach_target()
21887 bpf_log(log, "attach_btf_id %u is invalid\n", btf_id); in bpf_check_attach_target()
21892 bpf_log(log, "attach_btf_id %u doesn't have a name\n", btf_id); in bpf_check_attach_target()
21900 bpf_log(log, "Target program bound device mismatch"); in bpf_check_attach_target()
21910 bpf_log(log, "Subprog %s doesn't exist\n", tname); in bpf_check_attach_target()
21914 bpf_log(log, in bpf_check_attach_target()
21922 bpf_log(log, in bpf_check_attach_target()
21927 bpf_log(log, in bpf_check_attach_target()
21933 bpf_log(log, "Can attach to only JITed progs\n"); in bpf_check_attach_target()
21943 bpf_log(log, "Cannot nest tracing program attach more than once\n"); in bpf_check_attach_target()
21952 bpf_log(log, "Cannot recursively attach\n"); in bpf_check_attach_target()
21973 bpf_log(log, "Cannot extend fentry/fexit\n"); in bpf_check_attach_target()
21978 bpf_log(log, "Cannot replace kernel functions\n"); in bpf_check_attach_target()
21986 bpf_log(log, in bpf_check_attach_target()
21991 bpf_log(log, "attach_btf_id %u is not a typedef\n", in bpf_check_attach_target()
21996 bpf_log(log, "attach_btf_id %u points to wrong type name %s\n", in bpf_check_attach_target()
22016 bpf_log(log, "Cannot find btf of tracepoint template, fall back to %s%s.\n", in bpf_check_attach_target()
22037 bpf_log(log, "attach_btf_id %u is not a function\n", in bpf_check_attach_target()
22058 bpf_log(log, "attach_btf_id %u is not a function\n", in bpf_check_attach_target()
22098 bpf_log(log, in bpf_check_attach_target()
22139 bpf_log(log, "%s is not sleepable\n", tname); in bpf_check_attach_target()
22145 bpf_log(log, "can't modify return codes of BPF programs\n"); in bpf_check_attach_target()
22154 bpf_log(log, "%s() is not modifiable\n", tname); in bpf_check_attach_target()