函数逻辑报告 |
Source Code:kernel\events\uprobes.c |
Create Date:2022-07-27 15:07:58 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:If we are singlestepping, then ensure this thread is not connected to* non-fatal signals until completion of singlestep. When xol insn itself* triggers the signal, restart the original insn even if the task is
函数原型:bool uprobe_deny_signal(void)
返回类型:bool
参数:无
1972 | 如果此条件成立可能性大(为编译器优化)(!utask || !active_uprobe)则返回:false |
1975 | WARN_ON_ONCE(state != UTASK_SSTEP) |
1977 | 如果signal_pending(t)则 |
1988 | 返回:true |
名称 | 描述 |
---|---|
get_signal |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |