Function report |
Source Code:kernel\events\uprobes.c |
Create Date:2022-07-28 13:45:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:vma_has_uprobes
Proto:static bool vma_has_uprobes(struct vm_area_struct *vma, unsigned long start, unsigned long end)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct vm_area_struct * | vma | |
unsigned long | start | |
unsigned long | end |
1411 | inode = file_inode(File we map to (can be NULL). ) |
1413 | min = vaddr_to_offset(vma, start) |
1416 | spin_lock( & uprobes_treelock) |
1417 | n = find_node_in_range(inode, min, max) |
1418 | spin_unlock( & uprobes_treelock) |
1420 | Return Not Not n |
Name | Describe |
---|---|
uprobe_munmap | Called in context of a munmap of a vma. |
mmf_recalc_uprobes |
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 |