Function report |
Source Code:kernel\auditsc.c |
Create Date:2022-07-28 11:27:10 |
Last Modify:2020-03-17 16:31:21 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:audit_free_context
Proto:static inline void audit_free_context(struct audit_context *context)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct audit_context * | context |
944 | audit_free_module(context) |
945 | audit_free_names(context) |
946 | unroll_tree_refs(context, NULL, 0) |
947 | free_tree_refs(context) |
948 | audit_free_aux(context) |
Name | Describe |
---|---|
__audit_free | __audit_free - free a per-task audit context*@tsk: task whose audit context block to free* Called from copy_process and do_exit |
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 |