函数逻辑报告 |
Source Code:kernel\bpf\disasm.c |
Create Date:2022-07-27 14:32:21 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__func_get_name
函数原型:static const char *__func_get_name(const struct bpf_insn_cbs *cbs, const struct bpf_insn *insn, char *buff, size_t len)
返回类型:char
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct bpf_insn_cbs * | cbs | |
const struct bpf_insn * | insn | |
char * | buff | |
size_t | len |
20 | BUILD_BUG_ON - break compile if a condition is true(ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(func_id_str) != __BPF_FUNC_MAX_ID) |
27 | 如果cbs且cb_call则返回:cb_call(private_data, insn) |
33 | 返回:buff |
名称 | 描述 |
---|---|
print_bpf_insn |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |