Function report |
Source Code:kernel\bpf\verifier.c |
Create Date:2022-07-28 13:02:16 |
Last Modify:2022-05-19 20:02:10 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:explored_state
Proto:static struct bpf_verifier_state_list **explored_state(struct bpf_verifier_env *env, int idx)
Type:struct bpf_verifier_state_list
Parameter:
Type | Parameter | Name |
---|---|---|
struct bpf_verifier_env * | env | |
int | idx |
6470 | cur = current verifier state |
6471 | state = call stack tracking [curframe] |
6473 | Return search pruning optimization [(idx ^ dex of call instruction that called into this func ) % state_htab_size(env)] |
Name | Describe |
---|---|
clean_live_states | he parentage chains form a tree |
is_state_visited |
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 |