函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:__register_event

函数原型:static int __register_event(struct trace_event_call *call, struct module *mod)

返回类型:int

参数:

类型参数名称
struct trace_event_call *call
struct module *mod
2127  ret等于event_init(call)
2128  如果ret小于0则返回:ret
2131  添加链表项
2132  mod等于mod
2134  返回:0
调用者
名称描述
trace_add_event_callAdd an additional event_call dynamically
trace_module_add_events