函数逻辑报告 |
Source Code:kernel\workqueue.c |
Create Date:2022-07-27 10:28:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:print_worker_info - print out worker information and description*@log_lvl: the log level to use when printing*@task: target task* If @task is a worker and currently executing a work item, print out the* name of the workqueue being serviced and worker
函数原型:void print_worker_info(const char *log_lvl, struct task_struct *task)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | log_lvl | |
struct task_struct * | task |
4606 | work_func_t * fn = NULL |
4607 | char name[WQ_NAME_LEN] = {} |
4608 | char desc[WORKER_DESC_LEN] = {} |
4609 | struct pool_workqueue * pwq = NULL |
4610 | struct workqueue_struct * wq = NULL |
4620 | worker等于kthread_probe_data(task) |
4636 | 打印标准信息("\n") |
名称 | 描述 |
---|---|
sched_show_task | |
dump_stack_print_info | dump_stack_print_info - print generic debug info for dump_stack()*@log_lvl: log level* Arch-specific dump_stack() implementations can use this function to* print out the same debug information as the generic dump_stack(). |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |