Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:We have preemption disabled.. so it is safe to use __ versions

Proto:static inline void set_kprobe_instance(struct kprobe *kp)

Type:void

Parameter:

TypeParameterName
struct kprobe *kp
309  __this_cpu_write(kprobe_instance, kp)
Caller
NameDescribe
opt_pre_handlerCall all pre_handler on the list, but ignores its return value.* This must be called from arch-dep optimized caller.
aggr_pre_handler
aggr_post_handler