函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:__synth_event_show

函数原型:static int __synth_event_show(struct seq_file *m, struct synth_event *event)

返回类型:int

参数:

类型参数名称
struct seq_file *m
struct synth_event *event
1431  seq_printf(m, "%s\t", name)
1433 i小于n_fields循环
1434  field等于fields[i]
1437  seq_printf(m, "%s %s%s", type, name, i == n_fields - 1 ? "" : "; ")
1441  seq_putc(m, '\n')
1443  返回:0
调用者
名称描述
synth_event_show
synth_events_seq_show