函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:trace_probe_append

函数原型:int trace_probe_append(struct trace_probe *tp, struct trace_probe *to)

返回类型:int

参数:

类型参数名称
struct trace_probe *tp
struct trace_probe *to
957  如果trace_probe_has_sibling(tp)则返回:负EBUSY
960  删除链表项并重新初始化
961  trace_probe_event_free(event)
963  event等于event
964  添加链表项
966  返回:0
调用者
名称描述
append_trace_uprobe
append_trace_kprobe