Function report |
Source Code:kernel\trace\trace.c |
Create Date:2022-07-28 12:00:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:s_show
Proto:static int s_show(struct seq_file *m, void *v)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | m | |
void * | v |
4102 | If (ent == NULL) Then |
4103 | If tr Then |
4108 | If it's true when current open file is snapshot && trace_empty(iter) Then Should never be called |
4110 | Else if trace && print_header Then print_header(m) |
4112 | Else trace_default_header(m) |
4115 | Else if leftover Then |
4120 | ret = trace_print_seq(m, & The below is zeroed out in pipe_read ) |
4125 | Else |
4127 | ret = trace_print_seq(m, & The below is zeroed out in pipe_read ) |
4138 | Return 0 |
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 |