函数逻辑报告 | 
Source Code:kernel\trace\trace_stat.c | 
Create Date:2022-07-27 13:12:51 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:The session stat is refilled and resorted at each stat file opening
函数原型:static int tracing_stat_open(struct inode *inode, struct file *file)
返回类型:int
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct inode * | inode | |
| struct file * | file | 
| 243 | ret等于Initialize the stat rbtree at each trace_stat file opening.* All of these copies and sorting are required on all opening* since the stats could have changed between two file sessions. | 
| 247 | ret等于seq_open(file, & trace_stat_seq_ops) | 
| 248 | 如果ret则 | 
| 250 | 返回:ret | 
| 255 | 返回:ret | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |