函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\kprobes.c Create Date:2022-07-27 12:39:10
Last Modify:2022-05-22 18:14:58 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:aggr_fault_handler

函数原型:static int aggr_fault_handler(struct kprobe *p, struct pt_regs *regs, int trapnr)

返回类型:int

参数:

类型参数名称
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  如果cur* ... called if executing addr causes a fault (eg. page fault). * Return 1 if it handled fault, otherwise kernel will see it.
1157  如果* ... called if executing addr causes a fault (eg. page fault). * Return 1 if it handled fault, otherwise kernel will see it.(cur, regs, trapnr)则返回:1
1160  返回:0