函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:find_synth_event

函数原型:static struct synth_event *find_synth_event(const char *name)

返回类型:struct synth_event

参数:

类型参数名称
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  如果非is_synth_event(pos)则继续下一循环
1152  event等于to_synth_event(pos)
1153  如果字符串比较恒等于0则返回:event
1157  返回:NULL
调用者
名称描述
__create_synth_event
create_or_delete_synth_event
trace_action_create
hist_unreg_all
event_hist_trigger_func