Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:init\main.c Create Date:2022-07-28 13:53:39
Last Modify:2022-05-23 13:07:03 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:trace_initcall_start_cb

Proto:static __init_or_module void trace_initcall_start_cb(void *data, initcall_t fn)

Type:void

Parameter:

TypeParameterName
void *data
initcall_tfn
879  calltime = data
881  printk - print a kernel message*@fmt: format string* This is printk(). It can be called from any context. We want it to work.* We try to grab the console_lock. If we succeed, it's easy - we log the* output and call the console drivers
882  calltime = ktime_get()
Caller
NameDescribe
do_trace_initcall_start