Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:aggr_fault_handler

Proto:static int aggr_fault_handler(struct kprobe *p, struct pt_regs *regs, int trapnr)

Type:int

Parameter:

TypeParameterName
struct kprobe *p
struct pt_regs *regs
inttrapnr
1150  cur = Operations for contexts that are safe from preemption/interrupts. These* operations verify that preemption is disabled.(kprobe_instance)
1156  If cur && * ... called if executing addr causes a fault (eg. page fault). * Return 1 if it handled fault, otherwise kernel will see it. Then
1157  If * ... called if executing addr causes a fault (eg. page fault). * Return 1 if it handled fault, otherwise kernel will see it.(cur, regs, trapnr) Then Return 1
1160  Return 0