函数逻辑报告 |
Source Code:kernel\bpf\verifier.c |
Create Date:2022-07-27 14:16:35 |
Last Modify:2022-05-19 20:02:10 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:explored_state
函数原型:static struct bpf_verifier_state_list **explored_state(struct bpf_verifier_env *env, int idx)
返回类型:struct bpf_verifier_state_list
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bpf_verifier_env * | env | |
int | idx |
6470 | cur等于current verifier state |
6471 | state等于 call stack tracking [curframe] |
6473 | 返回:search pruning optimization [(idx ^ dex of call instruction that called into this func ) % state_htab_size(env)] |
名称 | 描述 |
---|---|
clean_live_states | he parentage chains form a tree |
is_state_visited |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |