Function report |
Source Code:kernel\bpf\verifier.c |
Create Date:2022-07-28 13:04:26 |
Last Modify:2022-05-19 20:02:10 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:opt_remove_dead_code
Proto:static int opt_remove_dead_code(struct bpf_verifier_env *env)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct bpf_verifier_env * | env |
8620 | aux_data = array of per-insn state |
8621 | insn_cnt = Number of filter blocks |
8627 | j = 0 |
8628 | When i + j < insn_cnt && Not this insn was processed by the verifier cycle |
8629 | j++ |
8630 | If Not j Then Continue |
8633 | err = verifier_remove_insns(env, i, j) |
8636 | insn_cnt = Number of filter blocks |
8639 | Return 0 |
Name | Describe |
---|---|
bpf_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 |