| 函数逻辑报告 | 
| Source Code: kernel\trace\trace.c | Create Date:2022-07-27 13:08:50 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:racing_log_err - write an error to the tracing error log*@tr: The associated trace array for the error (NULL for top level array)*@loc: A string describing where the error occurred*@cmd: The tracing command that caused the error*@errs: The array of
函数原型:void tracing_log_err(struct trace_array *tr, const char *loc, const char *cmd, const char **errs, u8 type, u8 pos)
返回类型:void
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct trace_array * | tr | |
| const char * | loc | |
| const char * | cmd | |
| const char ** | errs | |
| u8 | type | |
| u8 | pos | 
| 7148 | 如果非tr则tr等于The global_trace is the descriptor that holds the top-level tracing* buffers for the live tracing. | 
| 7151 | mutex_lock( & tracing_err_log_lock) | 
| 7152 | err等于get_tracing_log_err(tr) | 
| 7163 | MAX_FILTER_STR_VAL = 256 等于pos | 
| 7164 | ts等于local_clock() | 
| 7166 | 添加链表项 | 
| 源代码转换工具 开放的插件接口 | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |