函数逻辑报告 |
Source Code:kernel\events\uprobes.c |
Create Date:2022-07-27 15:06:29 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__insert_uprobe
函数原型:static struct uprobe *__insert_uprobe(struct uprobe *uprobe)
返回类型:struct uprobe
参数:
类型 | 参数 | 名称 |
---|---|---|
struct uprobe * | uprobe |
685 | match等于match_uprobe(uprobe, u) |
686 | 如果非match则返回:get_uprobe(u) |
696 | u = NULL |
697 | rb_link_node( & node in the rb tree , parent, p) |
698 | rb_insert_color( & node in the rb tree , & uprobes_tree) |
702 | 返回:u |
名称 | 描述 |
---|---|
insert_uprobe | Acquire uprobes_treelock.* Matching uprobe already exists in rbtree;* increment (access refcount) and return the matching uprobe.* No matching uprobe; insert the uprobe in rb_tree;* get a double refcount (access + creation) and return NULL. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |