函数逻辑报告 |
Source Code:kernel\printk\printk.c |
Create Date:2022-07-27 11:07:09 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:sole_flush_on_panic - flush console content on panic*@mode: flush all messages in buffer or just the pending ones* Immediately output all pending messages no matter what.
函数原型:void console_flush_on_panic(enum con_flush_mode mode)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
enum con_flush_mode | mode |
2565 | 如果mode恒等于CONSOLE_REPLAY_ALL则 |
2568 | logbuf_lock_irqsave(flags) |
2569 | he next printk record to write to the console 等于dex and sequence number of the first record stored in the buffer |
2570 | console_idx等于log_first_idx |
名称 | 描述 |
---|---|
panic | panic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns. |
panic_print_sys_info |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |