Function report |
Source Code:kernel\bpf\verifier.c |
Create Date:2022-07-28 12:55:44 |
Last Modify:2022-05-19 20:02:10 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bpf_verifier_vlog
Proto:void bpf_verifier_vlog(struct bpf_verifier_log *log, const char *fmt, va_list args)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct bpf_verifier_log * | log | |
const char * | fmt | |
va_list | args |
269 | WARN_ONCE(n >= BPF_VERIFIER_TMP_LOG_SIZE - 1, "verifier log line truncated - local buffer too short\n") |
272 | n = min - return minimum of two values of the same or compatible types*@x: first value*@y: second value(len_total - len_used - 1, n) |
275 | If level == kernel internal flag Then |
281 | Else ubuf = NULL |
Name | Describe |
---|---|
bpf_verifier_log_write | log_level controls verbosity level of eBPF verifier.* bpf_verifier_log_write() is used to dump the verification trace to the log,* so the user can figure out what's wrong with the program |
verbose | |
bpf_log | |
verbose_linfo | |
__btf_verifier_log | |
btf_verifier_log | |
__btf_verifier_log_type | |
btf_verifier_log_member | |
btf_verifier_log_vsi |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |