Function report |
Source Code:kernel\livepatch\shadow.c |
Create Date:2022-07-28 10:31:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:klp_shadow_alloc() - allocate and add a new shadow variable*@obj: pointer to parent object*@id: data identifier*@size: size of attached data*@gfp_flags: GFP mask for allocation*@ctor: custom constructor to initialize the shadow data (optional)*@ctor_data:
Proto:void *klp_shadow_alloc(void *obj, unsigned long id, size_t size, gfp_t gfp_flags, klp_shadow_ctor_t ctor, void *ctor_data)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
void * | obj | |
unsigned long | id | |
size_t | size | |
gfp_t | gfp_flags | |
klp_shadow_ctor_t | ctor | |
void * | ctor_data |
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 |