函数逻辑报告

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_post_handler

函数原型:static void aggr_post_handler(struct kprobe *p, struct pt_regs *regs, unsigned long flags)

返回类型:void

参数:

类型参数名称
struct kprobe *p
struct pt_regs *regs
unsigned longflags
1138  如果 Called after addr is executed, unless... 此条件成立可能性大(为编译器优化)(!Is this kprobe disabled ? )则
1139  We have preemption disabled.. so it is safe to use __ versions
1140  Called after addr is executed, unless... (kp, regs, flags)
1141  reset_kprobe_instance()