函数逻辑报告 |
Source Code:kernel\events\uprobes.c |
Create Date:2022-07-27 15:07:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:xol_free_insn_slot - If slot was earlier allocated by*@xol_get_insn_slot(), make the slot available for* subsequent requests.
函数原型:static void xol_free_insn_slot(struct task_struct *tsk)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct task_struct * | tsk |
1646 | 如果此条件成立可能性小(为编译器优化)(!slot_addr)则返回 |
1651 | 如果Page(s) of instruction slots 小于等于slot_addr且slot_addr小于vma_end则 |
1656 | slot_nr等于offset除 keep it cache aligned |
1657 | 如果slot_nr大于等于UINSNS_PER_PAGE则返回 |
1661 | atomic_dec( & umber of in-use slots ) |
1662 | smp_mb__after_atomic() |
1666 | xol_vaddr等于0 |
名称 | 描述 |
---|---|
uprobe_free_utask | Called with no locks held.* Called in context of an exiting or an exec-ing thread. |
pre_ssout | Prepare to single-step probed instruction out of line. |
handle_singlestep | Perform required fix-ups and disable singlestep.* Allow pending signals to take effect. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |