Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

Name:update_ref_ctr_warn

Proto:static void update_ref_ctr_warn(struct uprobe *uprobe, struct mm_struct *mm, short d)

Type:void

Parameter:

TypeParameterName
struct uprobe *uprobe
struct mm_struct *mm
shortd
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)
Caller
NameDescribe
update_ref_ctr
delayed_ref_ctr_inc@vma contains reference counter, not the probed instruction.