Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:trace_probe_append

Proto:int trace_probe_append(struct trace_probe *tp, struct trace_probe *to)

Type:int

Parameter:

TypeParameterName
struct trace_probe *tp
struct trace_probe *to
957  If trace_probe_has_sibling(tp) Then Return -EBUSY
960  list_del_init - deletes entry from list and reinitialize it.*@entry: the element to delete from the list.
961  trace_probe_event_free(event)
963  event = event
964  list_add_tail - add a new entry*@new: new entry to be added*@head: list head to add it before* Insert a new entry before the specified head.* This is useful for implementing queues.
966  Return 0
Caller
NameDescribe
append_trace_uprobe
append_trace_kprobe