Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Return true(!0) if the kprobe is disarmed. Note: p must be on hash list

Proto:static inline int kprobe_disarmed(struct kprobe *p)

Type:int

Parameter:

TypeParameterName
struct kprobe *p
414  If Not Return true if the kprobe is an aggregator Then Return Is this kprobe disabled ?
417  op = container_of - cast a member of a structure out to the containing structure*@ptr: the pointer to the member.*@type: the type of the container struct this is embedded in.*@member: the name of the member within the struct.(p, structoptimized_kprobe, kp)
419  Return Is this kprobe disabled ? && list_empty - tests whether a list is empty*@head: the list to test.
Caller
NameDescribe
unoptimize_kprobeUnoptimize a kprobe if p is optimized
__unregister_kprobe_topUnregister a kprobe without a scheduler synchronization.