Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\panic.c Create Date:2022-07-28 08:59:36
Last Modify:2022-05-22 10:57:01 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:panic_print_sys_info

Proto:static void panic_print_sys_info(void)

Type:void

Parameter:Nothing

140  If panic_print & PANIC_PRINT_ALL_PRINTK_MSG Then console_flush_on_panic(CONSOLE_REPLAY_ALL)
143  If panic_print & PANIC_PRINT_TASK_INFO Then show_state()
146  If panic_print & PANIC_PRINT_MEM_INFO Then show_mem(0, NULL)
149  If panic_print & PANIC_PRINT_TIMER_INFO Then Show pending timers:
152  If panic_print & PANIC_PRINT_LOCK_INFO Then debug_show_all_locks()
155  If panic_print & PANIC_PRINT_FTRACE_INFO Then ftrace_dump(DUMP_ALL)
Caller
NameDescribe
panicpanic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns.