Function report |
Source Code:kernel\bpf\trampoline.c |
Create Date:2022-07-28 13:15:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:is_ftrace_location
Proto:static int is_ftrace_location(void *ip)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
void * | ip |
67 | addr = ftrace_location((long)ip) |
68 | If Not addr Then Return 0 |
70 | If WARN_ON_ONCE(addr != (long)ip) Then Return -EFAULT |
72 | Return 1 |
Name | Describe |
---|---|
register_fentry | st time registering |
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 |