Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\trace_uprobe.c Create Date:2022-07-28 12:44:09
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:trace_uprobe_has_same_uprobe

Proto:static bool trace_uprobe_has_same_uprobe(struct trace_uprobe *orig, struct trace_uprobe *comp)

Type:bool

Parameter:

TypeParameterName
struct trace_uprobe *orig
struct trace_uprobe *comp
410  tpe = event
412  comp_inode = d_real_inode - Return the real inode*@dentry: The dentry to query* If dentry is on a union/overlay, then return the underlying, real inode.* Otherwise return d_inode().
416  orig = container_of - cast a member of a structure out to the containing structure*@ptr: the pointer to the member.*@type: the type of the container struct this is embedded in.*@member: the name of the member within the struct.(pos, structtrace_uprobe, tp)
417  If comp_inode != d_real_inode - Return the real inode*@dentry: The dentry to query* If dentry is on a union/overlay, then return the underlying, real inode.* Otherwise return d_inode(). || offset != offset Then Continue
425  When i < nr_args cycle
426  If strcmp( Command of this argument , Command of this argument ) Then Break
431  If i == nr_args Then Return true
435  Return false
Caller
NameDescribe
append_trace_uprobe