Function report |
Source Code:kernel\fail_function.c |
Create Date:2022-07-28 11:36:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:fei_attr_new
Proto:static struct fei_attr *fei_attr_new(const char *sym, unsigned long addr)
Type:struct fei_attr
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | sym | |
unsigned long | addr |
60 | attr = kzalloc - allocate memory. The memory is set to zero.*@size: how many bytes of memory are required.*@flags: the type of memory to allocate (see kmalloc). |
61 | If attr Then |
63 | If Not Allow user to indicate symbol name of the probe point Then |
69 | retval = adjust_error_retval(addr, 0) |
72 | Return attr |
Name | Describe |
---|---|
fei_write |
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 |