Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:module_trace_bprintk_format_notify

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

Type:int

Parameter:

TypeParameterName
struct notifier_block *self
unsigned longval
void *data
91  mod = data
92  If num_trace_bprintk_fmt Then
93  start = trace_bprintk_fmt_start
94  end = start + num_trace_bprintk_fmt
96  If val == Full formed, running module_init. Then hold_module_trace_bprintk_format(start, end)
99  Return 0