函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:trace_module_add_events

函数原型:static void trace_module_add_events(struct module *mod)

返回类型:void

参数:

类型参数名称
struct module *mod
2418  如果非num_trace_events则返回
2422  如果trace_module_has_bad_taint(mod)则
2423  打印错误信息("%s: module has bad taint, not creating trace events\n", Unique handle for this module )
2425  返回
2428  start等于trace_events
2429  end等于trace_eventsnum_trace_events
2432  __register_event( * call, mod)
2433  __add_event_to_tracers( * call)
调用者
名称描述
trace_module_notify