Function report |
Source Code:kernel\bpf\verifier.c |
Create Date:2022-07-28 12:56:43 |
Last Modify:2022-05-19 20:02:10 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:init_func_state
Proto:static void init_func_state(struct bpf_verifier_env *env, struct bpf_func_state *state, int callsite, int frameno, int subprogno)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct bpf_verifier_env * | env | |
struct bpf_func_state * | state | |
int | callsite | |
int | frameno | |
int | subprogno |
1137 | stack frame number of this function state from pov of* enclosing bpf_verifier_state.* 0 = main function, 1 = first callee. = frameno |
1139 | init_reg_state(env, state) |
Name | Describe |
---|---|
check_func_call | |
do_check |
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 |