函数逻辑报告 |
Source Code:kernel\events\uprobes.c |
Create Date:2022-07-27 15:06:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:put_uprobe
函数原型:static void put_uprobe(struct uprobe *uprobe)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct uprobe * | uprobe |
615 | mutex_lock( & delayed_uprobe_lock) |
616 | delayed_uprobe_remove(uprobe, NULL) |
名称 | 描述 |
---|---|
alloc_uprobe | |
delete_uprobe | There could be threads that have already hit the breakpoint. They* will recheck the current insn and restart if find_uprobe() fails.* See find_active_uprobe(). |
uprobe_unregister | probe_unregister - unregister an already registered probe.*@inode: the file in which the probe has to be removed.*@offset: offset from the start of the file.*@uc: identify which probe if multiple probes are colocated. |
__uprobe_register | __uprobe_register - register a probe*@inode: the file in which the probe has to be placed |
uprobe_apply | probe_apply - unregister an already registered probe.*@inode: the file in which the probe has to be removed.*@offset: offset from the start of the file.*@uc: consumer which wants to add more or remove some breakpoints*@add: add or remove the breakpoints |
uprobe_mmap | Called from mmap_region/vma_adjust with mm->mmap_sem acquired.* Currently we ignore all errors and always return 0, the callers* can't handle the failure anyway. |
free_ret_instance | |
uprobe_free_utask | Called with no locks held.* Called in context of an exiting or an exec-ing thread. |
handle_swbp | Run handler and ask thread to singlestep.* Ensure all non-fatal signals cannot interrupt thread while it singlesteps. |
handle_singlestep | Perform required fix-ups and disable singlestep.* Allow pending signals to take effect. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |