Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__synth_event_show

Proto:static int __synth_event_show(struct seq_file *m, struct synth_event *event)

Type:int

Parameter:

TypeParameterName
struct seq_file *m
struct synth_event *event
1431  seq_printf(m, "%s\t", name)
1433  When i < n_fields cycle
1434  field = fields[i]
1437  seq_printf(m, "%s %s%s", type, name, i == n_fields - 1 ? "" : "; ")
1441  seq_putc(m, '\n')
1443  Return 0
Caller
NameDescribe
synth_event_show
synth_events_seq_show