Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__unregister_kprobe_bottom

Proto:static void __unregister_kprobe_bottom(struct kprobe *p)

Type:void

Parameter:

TypeParameterName
struct kprobe *p
1781  If list_empty - tests whether a list is empty*@head: the list to test. Then arch_remove_kprobe(p)
1784  Else if list_is_singular - tests whether a list has just one entry.*@head: the list to test. Then
1786  ap = list_entry - get the struct for this entry*@ptr: the &struct list_head pointer.*@type: the type of the struct this is embedded in.*@member: the name of the list_head within the struct.(next, structkprobe, list)
1787  deletes entry from list
1788  Free optimized instructions and optimized_kprobe
Caller
NameDescribe
unregister_kprobes