Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Walks the list and increments nmissed count for multiprobe case

Proto:void kprobes_inc_nmissed_count(struct kprobe *p)

Type:void

Parameter:

TypeParameterName
struct kprobe *p
1168  If Not Return true if the kprobe is an aggregator Then
1169  count the number of times this probe was temporarily disarmed ++
1170  Else
1171  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)
1172  count the number of times this probe was temporarily disarmed ++
1174  Return
Caller
NameDescribe
kprobe_fault_handler
optimized_callbackOptimized kprobe call back function: called from optinsn
kprobe_ftrace_handlerFtrace callback handler for kprobes -- called under preepmt disabed