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:31:53
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:check_synth_field

Proto:static int check_synth_field(struct synth_event *event, struct hist_field *hist_field, unsigned int field_pos)

Type:int

Parameter:

TypeParameterName
struct synth_event *event
struct hist_field *hist_field
unsigned intfield_pos
4152  If field_pos >= n_fields Then Return -EINVAL
4155  field = fields[field_pos]
4157  If strcmp(type, type) != 0 Then Return -EINVAL
4160  Return 0
Caller
NameDescribe
trace_action_create