Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:kcov_remote_add

Proto:static struct kcov_remote *kcov_remote_add(struct kcov *kcov, u64 handle)

Type:struct kcov_remote

Parameter:

TypeParameterName
struct kcov *kcov
u64handle
105  If Must be called with kcov_remote_lock locked. Then Return ERR_PTR( - EEXIST)
107  remote = Allocation memory
108  If Not remote Then Return ERR_PTR( - ENOMEM)
110  handle = handle
111  kcov = kcov
112  hash_add - add an object to a hashtable*@hashtable: hashtable to add to*@node: the &struct hlist_node of the object to be added*@key: the key of the object to be added(kcov_remote_map, & hnode, handle)
113  Return remote
Caller
NameDescribe
kcov_ioctl_locked