Function report |
Source Code:kernel\printk\printk.c |
Create Date:2022-07-28 10:06:04 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:we practice scaling the ring buffer by powers of 2
Proto:static void __init log_buf_len_update(u64 size)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| u64 | size |
| 1089 | If size > LOG_BUF_LEN_MAX Then |
| 1090 | size = LOG_BUF_LEN_MAX |
| 1091 | pr_err("log_buf over 2G is not supported.\n") |
| 1096 | If size > log_buf_len Then quested log_buf_len from kernel cmdline = size |
| Name | Describe |
|---|---|
| log_buf_len_setup | save requested log_buf_len since it's too early to process it |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |