函数逻辑报告 |
Source Code:kernel\debug\kdb\kdb_main.c |
Create Date:2022-07-27 12:46:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Most of this code has been lifted from kernel/timer.c::sys_sysinfo().* I cannot call that code directly from kdb, it has an unconditional* cli()/sti() and calls routines that take locks which can stop the debugger.
函数原型:static void kdb_sysinfo(struct sysinfo *val)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct sysinfo * | val |
2494 | uptime等于ktime_get_mono_fast_ns() |
2498 | 1, 5, and 15 minute load averages [0]等于avenrun[0] |
2499 | 1, 5, and 15 minute load averages [1]等于avenrun[1] |
2500 | 1, 5, and 15 minute load averages [2]等于avenrun[2] |
2501 | Number of current processes 等于活跃进程数减1 |
2502 | si_meminfo(val) |
2504 | 返回 |
名称 | 描述 |
---|---|
kdb_summary | kdb_summary - This function implements the 'summary' command. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |