Function report |
Source Code:arch\x86\kernel\uprobes.c |
Create Date:2022-07-28 08:47:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:allback routine for handling exceptions.
Proto:int arch_uprobe_exception_notify(struct notifier_block *self, unsigned long val, void *data)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct notifier_block * | self | |
unsigned long | val | |
void * | data |
1001 | ret = Don't care |
1004 | If regs && Not ser_mode(regs) determines whether a register set came from user* mode Then Return Don't care |
1009 | If uprobe_pre_sstep_notifier(regs) Then ret = Clean way to return from the notifier and stop further calls. |
1012 | Break |
1018 | Default |
1019 | Break |
1022 | Return ret |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |