Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\events\uprobes.c Create Date:2022-07-28 13:45:10
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:ref_ctr_mismatch_warn

Proto:static void ref_ctr_mismatch_warn(struct uprobe *cur_uprobe, struct uprobe *uprobe)

Type:void

Parameter:

TypeParameterName
struct uprobe *cur_uprobe
struct uprobe *uprobe
727  pr_warn("ref_ctr_offset mismatch. inode: 0x%lx offset: 0x%llx ref_ctr_offset(old): 0x%llx ref_ctr_offset(new): 0x%llx\n", i_ino, (unsignedlonglong)offset, (unsignedlonglong)ref_ctr_offset, (unsignedlonglong)ref_ctr_offset)
Caller
NameDescribe
alloc_uprobe