函数逻辑报告 |
Source Code:kernel\bpf\disasm.c |
Create Date:2022-07-27 14:32:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:print_bpf_end_insn
函数原型:static void print_bpf_end_insn(bpf_insn_print_t verbose, void *private_data, const struct bpf_insn *insn)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
bpf_insn_print_t | verbose | |
void * | private_data | |
const struct bpf_insn * | insn |
111 | verbose(private_data, "(%02x) r%d = %s%d r%d\n", opcode , dest register , BPF_SRC( opcode ) == convert to big-endian ? "be" : "le", signed immediate constant , dest register ) |
名称 | 描述 |
---|---|
print_bpf_insn |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |