函数逻辑报告 |
Source Code:kernel\bpf\syscall.c |
Create Date:2022-07-27 14:06:26 |
Last Modify:2022-05-19 18:06:12 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:bpf_obj_get
函数原型:static int bpf_obj_get(const union bpf_attr *attr)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
const union bpf_attr * | attr |
1867 | 如果helper macro to check that unused fields 'union bpf_attr' are zero (BPF_OBJ)或bpf_fd不等于0或file_flags按位与BPF_OBJ_FLAG_MASK的反则返回:负EINVAL |
1871 | 返回:bpf_obj_get_user(u64_to_user_ptr( anonymous struct used by BPF_OBJ_* commands ), file_flags) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |