Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\trace_seq.c Create Date:2022-07-28 12:05:41
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name: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

Proto:int trace_print_seq(struct seq_file *m, struct trace_seq *s)

Type:int

Parameter:

TypeParameterName
struct seq_file *m
struct trace_seq *s
58  race_seq should work with being initialized with 0s.
60  ret = seq_buf_print_seq - move the contents of seq_buf into a seq_file*@m: the seq_file descriptor that is the destination*@s: the seq_buf descriptor that is the source.* Returns zero on success, non zero otherwise
67  If Not ret Then trace_seq_init(s)
70  Return ret
Caller
NameDescribe
print_trace_header
s_show