函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\events\uprobes.c Create Date:2022-07-27 15:08:18
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:probe_post_sstep_notifier gets called in interrupt context as part of notifier* mechanism. Set TIF_UPROBE flag and indicate completion of singlestep.

函数原型:int uprobe_post_sstep_notifier(struct pt_regs *regs)

返回类型:int

参数:

类型参数名称
struct pt_regs *regs
2334  utask等于utask
2336  如果非mm或非utask或非active_uprobe则返回:0
2340  state等于UTASK_SSTEP_ACK
2341  set_thread_flag(akpointed or singlestepping )
2342  返回:1
调用者
名称描述
arch_uprobe_exception_notifyallback routine for handling exceptions.