Function report |
Source Code:kernel\events\uprobes.c |
Create Date:2022-07-28 13:44:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:update_ref_ctr_warn
Proto:static void update_ref_ctr_warn(struct uprobe *uprobe, struct mm_struct *mm, short d)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct uprobe * | uprobe | |
struct mm_struct * | mm | |
short | d |
416 | pr_warn("ref_ctr %s failed for inode: 0x%lx offset: 0x%llx ref_ctr_offset: 0x%llx of mm: 0x%pK\n", d > 0 ? "increment" : "decrement", i_ino, (unsignedlonglong)offset, (unsignedlonglong)ref_ctr_offset, mm) |
Name | Describe |
---|---|
update_ref_ctr | |
delayed_ref_ctr_inc | @vma contains reference counter, not the probed instruction. |
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 |