函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\trace_syscalls.c Create Date:2022-07-27 13:29:40
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:syscall_exit_register

函数原型:static int syscall_exit_register(struct trace_event_call *event, enum trace_reg type, void *data)

返回类型:int

参数:

类型参数名称
struct trace_event_call *event
enum trace_regtype
void *data
815  file等于data
818  :type恒等于TRACE_REG_REGISTER
819  返回:reg_event_syscall_exit(file, event)
820  :type恒等于TRACE_REG_UNREGISTER
821  unreg_event_syscall_exit(file, event)
822  返回:0
837  返回:0