Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Check if all probes on the aggrprobe are disabled

Proto:static int aggr_kprobe_disabled(struct kprobe *ap)

Type:int

Parameter:

TypeParameterName
struct kprobe *ap
1672  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)
1673  If Not Is this kprobe disabled ? Then Return 0
1680  Return 1
Caller
NameDescribe
__disable_kprobeDisable one kprobe: Make sure called under kprobe_mutex is locked