Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\trace_dynevent.h Create Date:2022-07-28 12:27:44
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:dyn_event_init

Proto:static inline int dyn_event_init(struct dyn_event *ev, struct dyn_event_operations *ops)

Type:int

Parameter:

TypeParameterName
struct dyn_event *ev
struct dyn_event_operations *ops
71  If Not ev || Not ops Then Return -EINVAL
74  Initialization list head
75  ops = ops
76  Return 0
Caller
NameDescribe
alloc_synth_event
alloc_trace_kprobeAllocate new trace_probe and initialize it (including kprobes).
alloc_trace_uprobeAllocate new trace_uprobe and initialize it (including uprobes).