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

Name:find_var_field

Proto:static struct hist_field *find_var_field(struct hist_trigger_data *hist_data, const char *var_name)

Type:struct hist_field

Parameter:

TypeParameterName
struct hist_trigger_data *hist_data
const char *var_name
1749  struct hist_field * hist_field, * found = NULL
1753  hist_field = fields[i]
1754  If hist_field && flags & HIST_FIELD_FL_VAR && strcmp(name, var_name) == 0 Then
1756  found = hist_field
1757  Break
1761  Return found
Caller
NameDescribe
find_var
find_var_file
find_file_var
check_expr_operands
find_target_event_var