Function report |
Source Code:kernel\trace\trace_stat.c |
Create Date:2022-07-28 12:06:15 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:The session stat is refilled and resorted at each stat file opening
Proto:static int tracing_stat_open(struct inode *inode, struct file *file)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
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 | If ret Then |
250 | Return ret |
255 | Return ret |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |