Function report |
Source Code:kernel\events\uprobes.c |
Create Date:2022-07-28 13:45:09 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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.
Proto:static struct uprobe *insert_uprobe(struct uprobe *uprobe)
Type:struct uprobe
Parameter:
Type | Parameter | Name |
---|---|---|
struct uprobe * | uprobe |
717 | spin_lock( & uprobes_treelock) |
718 | u = __insert_uprobe(uprobe) |
719 | spin_unlock( & uprobes_treelock) |
721 | Return u |
Name | Describe |
---|---|
alloc_uprobe |
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 |