Function report |
Source Code:kernel\trace\bpf_trace.c |
Create Date:2022-07-28 12:37:24 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:raw_tp_prog_func_proto
Proto:static const struct bpf_func_proto *raw_tp_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog)
Type:struct bpf_func_proto
Parameter:
| Type | Parameter | Name |
|---|---|---|
| enum bpf_func_id | func_id | |
| const struct bpf_prog * | prog |
| 1143 | Case func_id == BPF_FUNC_perf_event_output |
| 1144 | Return bpf_perf_event_output_proto_raw_tp |
| 1145 | Case func_id == BPF_FUNC_get_stackid |
| 1146 | Return bpf_get_stackid_proto_raw_tp |
| 1147 | Case func_id == BPF_FUNC_get_stack |
| 1148 | Return bpf_get_stack_proto_raw_tp |
| 1149 | Default |
| 1150 | Return tracing_func_proto(func_id, prog) |
| Name | Describe |
|---|---|
| tracing_prog_func_proto |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |