Function report |
Source Code:include\linux\tracehook.h |
Create Date:2022-07-28 07:30:08 |
Last Modify:2020-03-16 18:56:00 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:racehook_report_syscall_exit - task has just finished a system call*@regs: user register state of current task*@step: nonzero if simulating single-step or block-step* This will be called if %TIF_SYSCALL_TRACE has been set, when the
Proto:static inline void tracehook_report_syscall_exit(struct pt_regs *regs, int step)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct pt_regs * | regs | |
int | step |
126 | If step Then user_single_step_report(regs) |
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 |