Function report |
Source Code:kernel\bpf\verifier.c |
Create Date:2022-07-28 13:02:47 |
Last Modify:2022-05-19 20:02:10 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:check_btf_info
Proto:static int check_btf_info(struct bpf_verifier_env *env, const union bpf_attr *attr, union bpf_attr __user *uattr)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct bpf_verifier_env * | env | |
const union bpf_attr * | attr | |
union bpf_attr __user * | uattr |
6919 | If Not number of bpf_func_info records && Not number of bpf_line_info records Then Return 0 |
6922 | btf = btf_get_by_fd( fd pointing to BTF type data ) |
6927 | err = check_btf_func(env, attr, uattr) |
6931 | err = check_btf_line(env, attr, uattr) |
6935 | 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 |