函数逻辑报告 |
Source Code:kernel\bpf\verifier.c |
Create Date:2022-07-27 14:20:35 |
Last Modify:2022-05-19 20:02:10 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:print_verification_stats
函数原型:static void print_verification_stats(struct bpf_verifier_env *env)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bpf_verifier_env * | env |
9496 | 如果level按位与BPF_LOG_STATS则 |
9500 | 以i小于subprog_cnt循环 |
9504 | 如果i加1小于subprog_cnt则verbose(env, "+") |
9509 | verbose(env, "processed %d insns (limit %d) max_states_per_insn %d total_states %d peak_states %d mark_read %d\n", umber of instructions analyzed by the verifier , yes. 1M insns , maximum number of verifier states kept in 'branching' instructions , al number of allocated verifier states , some states are freed during program analysis.* this is peak number of states. this number dominates kernel* memory consumption during verification, longest register parentage chain walked for liveness marking ) |
名称 | 描述 |
---|---|
bpf_check |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |