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

Name:find_synth_event

Proto:static struct synth_event *find_synth_event(const char *name)

Type:struct synth_event

Parameter:

TypeParameterName
const char *name
1149  r_each_dyn_event - iterate over the dyn_event list*@pos: the struct dyn_event * to use as a loop cursor* This is just a basement of for_each macro. Wrap this for* each actual event structure with ops filtering.(pos)
1150  If Not is_synth_event(pos) Then Continue
1152  event = to_synth_event(pos)
1153  If strcmp(name, name) == 0 Then Return event
1157  Return NULL
Caller
NameDescribe
__create_synth_event
create_or_delete_synth_event
trace_action_create
hist_unreg_all
event_hist_trigger_func