Function report |
Source Code:kernel\auditsc.c |
Create Date:2022-07-28 11:28:13 |
| Last Modify:2020-03-17 16:31:21 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:auditsc_get_stamp - get local copies of audit_context values*@ctx: audit_context for the task*@t: timespec64 to store time recorded in the audit_context*@serial: serial value that is recorded in the audit_context* Also sets the context as auditable.
Proto:int auditsc_get_stamp(struct audit_context *ctx, struct timespec64 *t, unsigned int *serial)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct audit_context * | ctx | |
| struct timespec64 * | t | |
| unsigned int * | serial |
| 2172 | If Not 1 if task is in a syscall Then Return 0 |
| 2177 | nanoseconds = nanoseconds |
| 2178 | serial = serial number for record |
| 2179 | If Not prio Then |
| 2180 | prio = 1 |
| 2183 | Return 1 |
| Name | Describe |
|---|---|
| audit_get_stamp |
| 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 |