函数逻辑报告 |
Source Code:kernel\trace\bpf_trace.c |
Create Date:2022-07-27 13:47:10 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| 首页 | 函数Tree |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称:pe_prog_func_proto
函数原型:static const struct bpf_func_proto *pe_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 |
| 1014 | 当:func_id恒等于BPF_FUNC_perf_event_output |
| 1015 | 返回:bpf_perf_event_output_proto_tp |
| 1016 | 当:func_id恒等于BPF_FUNC_get_stackid |
| 1017 | 返回:bpf_get_stackid_proto_tp |
| 1018 | 当:func_id恒等于BPF_FUNC_get_stack |
| 1019 | 返回:bpf_get_stack_proto_tp |
| 1021 | 返回:bpf_perf_prog_read_value_proto |
| 1022 | 默认 |
| 1023 | 返回:tracing_func_proto(func_id, prog) |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |