Function report |
Source Code:kernel\debug\kdb\kdb_main.c |
Create Date:2022-07-28 11:42:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kdb_ps - This function implements the 'ps' command which shows a* list of the active processes.* ps [DRSTCZEUIMA] All processes, optionally filtered by state
Proto:void kdb_ps1(const struct task_struct *p)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const struct task_struct * | p |
2328 | cpu = kdb_process_cpu(p) |
2336 | If kdb_task_has_cpu(p) Then |
2338 | kdb_printf(" Error: no saved data for this cpu\n") |
2339 | Else |
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 |