Function report |
Source Code:kernel\livepatch\shadow.c |
Create Date:2022-07-28 10:31:23 |
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_match() - verify a shadow variable matches given <obj, id>*@shadow: shadow variable to match*@obj: pointer to parent object*@id: data identifier* Return: true if the shadow variable matches.
Proto:static inline bool klp_shadow_match(struct klp_shadow *shadow, void *obj, unsigned long id)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct klp_shadow * | shadow | |
void * | obj | |
unsigned long | id |
Name | Describe |
---|---|
klp_shadow_get | klp_shadow_get() - retrieve a shadow variable data pointer*@obj: pointer to parent object*@id: data identifier* Return: the shadow variable data element, NULL on failure. |
klp_shadow_free | klp_shadow_free() - detach and free a |
klp_shadow_free_all | klp_shadow_free_all() - detach and free all <*, id> shadow variables*@id: data identifier*@dtor: custom callback that can be used to unregister the variable* and/or free data that the shadow variable points to (optional)* This function releases the memory |
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 |