函数逻辑报告 |
Source Code:kernel\trace\bpf_trace.c |
Create Date:2022-07-27 13:47:41 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| 首页 | 函数Tree |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称:raw_tp_prog_func_proto
函数原型:static const struct bpf_func_proto *raw_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 |
| 1143 | 当:func_id恒等于BPF_FUNC_perf_event_output |
| 1145 | 当:func_id恒等于BPF_FUNC_get_stackid |
| 1146 | 返回:bpf_get_stackid_proto_raw_tp |
| 1147 | 当:func_id恒等于BPF_FUNC_get_stack |
| 1148 | 返回:bpf_get_stack_proto_raw_tp |
| 1149 | 默认 |
| 1150 | 返回:tracing_func_proto(func_id, prog) |
| 名称 | 描述 |
|---|---|
| tracing_prog_func_proto |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |