函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\tracehook.h Create Date:2022-07-27 08:29:24
Last Modify:2020-03-16 18:56:00 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: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

函数原型:static inline void tracehook_report_syscall_exit(struct pt_regs *regs, int step)

返回类型:void

参数:

类型参数名称
struct pt_regs *regs
intstep
126  如果stepuser_single_step_report(regs)
128  否则ptrace report for syscall entry and exit looks identical.