函数逻辑报告 |
Source Code:kernel\bpf\verifier.c |
Create Date:2022-07-27 14:08:56 |
Last Modify:2022-05-19 20:02:10 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:bpf_verifier_vlog
函数原型:void bpf_verifier_vlog(struct bpf_verifier_log *log, const char *fmt, va_list args)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
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") |
275 | 如果level恒等于kernel internal flag 则 |
281 | 否则ubuf = NULL |
名称 | 描述 |
---|---|
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 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |