Function report |
Source Code:kernel\bpf\trampoline.c |
Create Date:2022-07-28 13:15:40 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:unregister_fentry
Proto:static int unregister_fentry(struct bpf_trampoline *tr, void *old_addr)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct bpf_trampoline * | tr | |
| void * | old_addr |
| 80 | If ftrace_managed Then ret = unregister_ftrace_direct((long)ip, (long)old_addr) |
| 82 | Else ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, old_addr, NULL) |
| 84 | Return ret |
| Name | Describe |
|---|---|
| bpf_trampoline_update |
| 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 |