Function report |
Source Code:include\linux\filter.h |
Create Date:2022-07-28 06:07:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bpf_address_lookup
Proto:static inline const char *bpf_address_lookup(unsigned long addr, unsigned long *size, unsigned long *off, char **modname, char *sym)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | addr | |
unsigned long * | size | |
unsigned long * | off | |
char ** | modname | |
char * | sym |
1109 | Return NULL |
Name | Describe |
---|---|
kallsyms_lookup | Lookup an address* - modname is set to NULL if it's in the kernel.* - We guarantee that the returned name is valid until we reschedule even if.* It resides in a module.* - We also guarantee that modname will be valid until rescheduled. |
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 |