Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:match_uprobe

Proto:static int match_uprobe(struct uprobe *l, struct uprobe *r)

Type:int

Parameter:

TypeParameterName
struct uprobe *l
struct uprobe *r
624  If Also hold a ref to inode < Also hold a ref to inode Then Return -1
627  If Also hold a ref to inode > Also hold a ref to inode Then Return 1
630  If offset < offset Then Return -1
633  If offset > offset Then Return 1
636  Return 0
Caller
NameDescribe
__find_uprobe
__insert_uprobe