Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\kprobes.c Create Date:2022-07-28 11:36:06
Last Modify:2022-05-22 18:14:58 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Set the kprobe gone and remove its instruction buffer.

Proto:static void kill_kprobe(struct kprobe *p)

Type:void

Parameter:

TypeParameterName
struct kprobe *p
2065  * Indicates various status flags. * Protected by kprobe_mutex after this kprobe is registered. |= akpoint has already gone
2066  If Return true if the kprobe is an aggregator Then
2071  list_for_each_entry_rcu - iterate over rcu list of given type*@pos: the type * to use as a loop cursor.*@head: the head for your list.*@member: the name of the list_head within the struct.(kp, & list of kprobes for multi-handler support , list)
2072  * Indicates various status flags. * Protected by kprobe_mutex after this kprobe is registered. |= akpoint has already gone
2073  Called after addr is executed, unless... = NULL
2074  Remove optimized instructions
2080  arch_remove_kprobe(p)
Caller
NameDescribe
kprobes_module_callbackModule notifier call back, checking kprobes on the module