函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\debug\kdb\kdb_main.c Create Date:2022-07-27 12:44:46
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:kdb_curr_task

函数原型:struct task_struct *kdb_curr_task(int cpu)

返回类型:struct task_struct

参数:

类型参数名称
intcpu
192  p等于rr_task - return the current task for a given CPU.*@cpu: the processor in question.* ONLY VALID WHEN THE WHOLE SYSTEM IS STOPPED!* Return: The current task for @cpu.
197  返回:p
调用者
名称描述
kdb_localkdb_local - The main code for kdb
kdb_ps_suppressedThe user may not realize that ps/bta with no parameters does not print idle* or sleeping system daemon processes, so tell them how many were suppressed.
kdb_ps1kdb_ps - This function implements the 'ps' command which shows a* list of the active processes.* ps [DRSTCZEUIMA] All processes, optionally filtered by state
kdb_ps
kdb_bt