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:31
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:trace_probe_register_event_call

Proto:int trace_probe_register_event_call(struct trace_probe *tp)

Type:int

Parameter:

TypeParameterName
struct trace_probe *tp
1034  call = trace_probe_event_call(tp)
1037  ret = gister_trace_event - register output for an event type*@event: the event type to register* Event types are stored in a hash and this hash is used to* find a way to print an event
1038  If Not ret Then Return -ENODEV
1041  ret = Add an additional event_call dynamically
1042  If ret Then register_trace_event - remove a no longer used event*@event: the event to remove
1045  Return ret
Caller
NameDescribe
register_uprobe_event
register_kprobe_event