Function report |
Source Code:kernel\audit.c |
Create Date:2022-07-28 11:22:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:audit_log_feature_change
Proto:static void audit_log_feature_change(int which, unsigned int old_feature, unsigned int new_feature, unsigned int old_lock, unsigned int new_lock, int res)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
int | which | |
unsigned int | old_feature | |
unsigned int | new_feature | |
unsigned int | old_lock | |
unsigned int | new_lock | |
int | res |
1090 | If audit_enabled == AUDIT_OFF Then Return |
1093 | ab = audit_log_start - obtain an audit buffer*@ctx: audit_context (may be NULL)*@gfp_mask: type of allocation*@type: audit message type* Returns audit_buffer pointer on success or NULL on error |
1094 | If Not ab Then Return |
1096 | audit_log_task_info(ab) |
Name | Describe |
---|---|
audit_set_feature |
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 |