Function report |
Source Code:kernel\bpf\trampoline.c |
Create Date:2022-07-28 13:15:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bpf_attach_type_to_tramp
Proto:static enum bpf_tramp_prog_type bpf_attach_type_to_tramp(enum bpf_attach_type t)
Type:enum bpf_tramp_prog_type
Parameter:
Type | Parameter | Name |
---|---|---|
enum bpf_attach_type | t |
184 | Case t == BPF_TRACE_FENTRY |
185 | Return BPF_TRAMP_FENTRY |
186 | Default |
187 | Return BPF_TRAMP_FEXIT |
Name | Describe |
---|---|
bpf_trampoline_link_prog | |
bpf_trampoline_unlink_prog | pf_trampoline_unlink_prog() should never fail. |
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 |