Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\kprobes\core.c Create Date:2022-07-28 08:38:36
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:save_previous_kprobe

Proto:static inline __attribute__((__always_inline__)) void save_previous_kprobe(struct kprobe_ctlblk *kcb)

Type:void

Parameter:

TypeParameterName
struct kprobe_ctlblk *kcb
523  kp = kprobe_running() will just return the current_kprobe on this CPU
524  status = kprobe_status
525  old_flags = kprobe_old_flags
526  saved_flags = kprobe_saved_flags
Caller
NameDescribe
setup_singlestep