函数逻辑报告 |
Source Code:kernel\trace\bpf_trace.c |
Create Date:2022-07-27 13:47:00 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| 首页 | 函数Tree |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称:tp_prog_func_proto
函数原型:static const struct bpf_func_proto *tp_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog)
返回类型:struct bpf_func_proto
参数:
| 类型 | 参数 | 名称 |
|---|---|---|
| enum bpf_func_id | func_id | |
| const struct bpf_prog * | prog |
| 952 | 当:func_id恒等于BPF_FUNC_get_stackid |
| 953 | 返回:bpf_get_stackid_proto_tp |
| 954 | 当:func_id恒等于BPF_FUNC_get_stack |
| 955 | 返回:bpf_get_stack_proto_tp |
| 956 | 默认 |
| 957 | 返回:tracing_func_proto(func_id, prog) |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |