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:restore_previous_kprobe

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

Type:void

Parameter:

TypeParameterName
struct kprobe_ctlblk *kcb
532  __this_cpu_write(current_kprobe, kp)
533  kprobe_status = status
534  kprobe_old_flags = old_flags
535  kprobe_saved_flags = saved_flags
Caller
NameDescribe
kprobe_debug_handlerInterrupts are disabled on entry as trap1 is an interrupt gate and they* remain disabled throughout this function.
kprobe_fault_handler