函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:dyn_event_init

函数原型:static inline int dyn_event_init(struct dyn_event *ev, struct dyn_event_operations *ops)

返回类型:int

参数:

类型参数名称
struct dyn_event *ev
struct dyn_event_operations *ops
71  如果非ev或非ops则返回:负EINVAL
74  初始化链表头
75  ops等于ops
76  返回:0
调用者
名称描述
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).