Function report |
Source Code:kernel\events\uprobes.c |
Create Date:2022-07-28 13:45:21 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:filter_chain
Proto:static bool filter_chain(struct uprobe *uprobe, enum uprobe_filter_ctx ctx, struct mm_struct *mm)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct uprobe * | uprobe | |
enum uprobe_filter_ctx | ctx | |
struct mm_struct * | mm |
893 | bool ret = false |
895 | lock for reading |
903 | Return ret |
Name | Describe |
---|---|
register_for_each_vma | |
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. |
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 |