Function report |
Source Code:kernel\bpf\verifier.c |
Create Date:2022-07-28 12:56:17 |
Last Modify:2022-05-19 20:02:10 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:clear_jmp_history
Proto:static void clear_jmp_history(struct bpf_verifier_state *state)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct bpf_verifier_state * | state |
733 | kfree( jmp history recorded from first to last. * backtracking is using it to go from last to first. * For most states jmp_history_cnt is [0-3]. * For loops can go up to ~40.) |
735 | jmp_history_cnt = 0 |
Name | Describe |
---|---|
free_verifier_state | |
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 |