函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:tracepoint_module_notify

函数原型:static int tracepoint_module_notify(struct notifier_block *self, unsigned long val, void *data)

返回类型:int

参数:

类型参数名称
struct notifier_block *self
unsigned longval
void *data
509  mod等于data
510  ret等于0
513  :val恒等于 Full formed, running module_init.
514  ret等于tracepoint_module_coming(mod)
515  退出
516  :val恒等于 Normal state.
517  退出
518  :val恒等于 Going away.
519  tracepoint_module_going(mod)
520  退出
521  :val恒等于 Still setting it up.
522  退出
524  返回:ret