函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:race_print_seq - move the contents of trace_seq into a seq_file*@m: the seq_file descriptor that is the destination*@s: the trace_seq descriptor that is the source

函数原型:int trace_print_seq(struct seq_file *m, struct trace_seq *s)

返回类型:int

参数:

类型参数名称
struct seq_file *m
struct trace_seq *s
58  race_seq should work with being initialized with 0s.
60  ret等于移动seq_buf的内容到seq_file
67  如果非rettrace_seq_init(s)
70  返回:ret
调用者
名称描述
print_trace_header
s_show