Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\dumpstack.c Create Date:2022-07-28 07:34:41
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:printk_stack_address

Proto:static void printk_stack_address(unsigned long address, int reliable, char *log_lvl)

Type:void

Parameter:

TypeParameterName
unsigned longaddress
intreliable
char *log_lvl
70  h_nmi_watchdog - restart NMI watchdog timeout.* If the architecture supports the NMI watchdog, touch_nmi_watchdog()* may be used to reset the timeout - for code which intentionally* disables interrupts for a long time. This call is stateless.
71  printk("%s %s%pB\n", log_lvl, reliable ? "" : "? ", (void * )address)
Caller
NameDescribe
show_trace_log_lvl