函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\panic.c Create Date:2022-07-27 09:59:09
Last Modify:2022-05-22 10:57:01 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:panic_print_sys_info

函数原型:static void panic_print_sys_info(void)

返回类型:void

参数:

140  如果panic_print按位与PANIC_PRINT_ALL_PRINTK_MSGconsole_flush_on_panic(CONSOLE_REPLAY_ALL)
143  如果panic_print按位与PANIC_PRINT_TASK_INFOshow_state()
146  如果panic_print按位与PANIC_PRINT_MEM_INFOshow_mem(0, NULL)
149  如果panic_print按位与PANIC_PRINT_TIMER_INFOShow pending timers:
152  如果panic_print按位与PANIC_PRINT_LOCK_INFOdebug_show_all_locks()
155  如果panic_print按位与PANIC_PRINT_FTRACE_INFOftrace_dump(DUMP_ALL)
调用者
名称描述
panicpanic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns.