Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\tracepoint.c Create Date:2022-07-28 11:50:30
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:tracepoint_module_notify

Proto:static int tracepoint_module_notify(struct notifier_block *self, unsigned long val, void *data)

Type:int

Parameter:

TypeParameterName
struct notifier_block *self
unsigned longval
void *data
509  mod = data
510  ret = 0
513  Case val == Full formed, running module_init.
514  ret = tracepoint_module_coming(mod)
515  Break
516  Case val == Normal state.
517  Break
518  Case val == Going away.
519  tracepoint_module_going(mod)
520  Break
521  Case val == Still setting it up.
522  Break
524  Return ret