Function report |
Source Code:include\linux\bpf_verifier.h |
Create Date:2022-07-28 12:55:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bpf_verifier_log_needed
Proto:static inline bool bpf_verifier_log_needed(const struct bpf_verifier_log *log)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct bpf_verifier_log * | log |
340 | Return level && ubuf && Not bpf_verifier_log_full(log) || level == kernel internal flag |
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_type | |
btf_verifier_log_member | |
btf_verifier_log_vsi | |
btf_verifier_log_hdr |
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 |