Function report |
Source Code:kernel\audit.c |
Create Date:2022-07-28 11:23:59 |
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 - Log an audit record*@ctx: audit context*@gfp_mask: type of allocation*@type: audit message type*@fmt: format string to use*@...: variable parameters matching the format string* This is a convenience function that calls audit_log_start,
Proto:void audit_log(struct audit_context *ctx, gfp_t gfp_mask, int type, const char *fmt, ...)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct audit_context * | ctx | |
gfp_t | gfp_mask | |
int | type | |
const char * | fmt |
2346 | 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 |
2347 | If ab Then |
Name | Describe |
---|---|
audit_init | Initialize audit support at boot time. |
__audit_fanotify | |
__audit_tk_injoffset | |
audit_log_ntp_val |
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 |