函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\trace.c Create Date:2022-07-27 13:06:12
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:s_show

函数原型:static int s_show(struct seq_file *m, void *v)

返回类型:int

参数:

类型参数名称
struct seq_file *m
void *v
4099  iter等于v
4102  如果(ent == NULL)则
4103  如果tr
4104  seq_printf(m, "# tracer: %s\n", name)
4105  seq_puts(m, "#\n")
4108  如果 it's true when current open file is snapshot trace_empty(iter)则Should never be called
4110  否则如果traceprint_headerprint_header(m)
4112  否则trace_default_header(m)
4115  否则如果leftover
4120  ret等于trace_print_seq(m, & The below is zeroed out in pipe_read )
4123  leftover等于ret
4125  否则
4126  Called with trace_event_read_lock() held.
4127  ret等于trace_print_seq(m, & The below is zeroed out in pipe_read )
4135  leftover等于ret
4138  返回:0