Searched refs:bpf_log (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | verifier.c | 348 __printf(2, 3) void bpf_log(struct bpf_verifier_log *log, const char *fmt, ...)
in bpf_log() function 11844 bpf_log(log, "Tracing programs must provide btf_id\n");
in bpf_check_attach_target() 11849 bpf_log(log, "FENTRY/FEXIT program can only be attached to another program annotated with BTF\n");
in bpf_check_attach_target() 11854 bpf_log(log, "attach_btf_id %u is invalid\n", btf_id);
in bpf_check_attach_target() 11859 bpf_log(log, "attach_btf_id %u doesn't have a name\n", btf_id);
in bpf_check_attach_target() 11872 bpf_log(log, "Subprog %s doesn't exist\n", tname);
in bpf_check_attach_target() 11878 bpf_log(log, "Cannot replace static functions\n");
in bpf_check_attach_target() 11882 bpf_log(log, "Extension programs should be JITed\n");
in bpf_check_attach_target() 11887 bpf_log(log, "Can attach to only JITed progs\n");
in bpf_check_attach_target() 11895 bpf_log(lo in bpf_check_attach_target() [all...] |
Completed in 17 milliseconds