函数逻辑报告 |
Source Code:kernel\trace\trace_stat.c |
Create Date:2022-07-27 13:12:43 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:insert_stat
函数原型:static int insert_stat(struct rb_root *root, void *stat, cmp_func_t cmp)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct rb_root * | root | |
void * | stat | |
cmp_func_t | cmp |
103 | rb_link_node( & node, parent, new) |
104 | rb_insert_color( & node, root) |
105 | 返回:0 |
名称 | 描述 |
---|---|
stat_seq_init | 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. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |