Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\events\uprobes.c Create Date:2022-07-28 13:46:47
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:probe_pre_sstep_notifier gets called from interrupt context as part of* notifier mechanism. Set TIF_UPROBE flag and indicate breakpoint hit.

Proto:int uprobe_pre_sstep_notifier(struct pt_regs *regs)

Type:int

Parameter:

TypeParameterName
struct pt_regs *regs
2317  If Not mm Then Return 0
2320  If Not Determine whether a bit is set(has uprobes , & flags) && ( Not utask || Not return_instances ) Then Return 0
2324  set_thread_flag(akpointed or singlestepping )
2325  Return 1