Function report |
Source Code:kernel\bpf\syscall.c |
Create Date:2022-07-28 12:53:40 |
Last Modify:2022-05-19 18:06:12 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bpf_obj_get
Proto:static int bpf_obj_get(const union bpf_attr *attr)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const union bpf_attr * | attr |
1867 | If helper macro to check that unused fields 'union bpf_attr' are zero (BPF_OBJ) || bpf_fd != 0 || file_flags & ~BPF_OBJ_FLAG_MASK Then Return -EINVAL |
1871 | Return bpf_obj_get_user(u64_to_user_ptr( anonymous struct used by BPF_OBJ_* commands ), file_flags) |
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 |