函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:save_comm

函数原型:static inline void save_comm(char *comm, struct task_struct *task)

返回类型:void

参数:

类型参数名称
char *comm
struct task_struct *task
2225  如果非进程ID
2226  strcpy(comm, "<idle>")
2227  返回
2230  如果WARN_ON_ONCE(进程ID < 0)则
2231  strcpy(comm, "<XXX>")
2232  返回
2235  strncpy(comm, 是否使用FPU, Task command name length: )
调用者
名称描述
hist_trigger_elt_data_init