Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Must be called with kcov_remote_lock locked.

Proto:static struct kcov_remote *kcov_remote_find(u64 handle)

Type:struct kcov_remote

Parameter:

TypeParameterName
u64handle
94  hash_for_each_possible - iterate over all possible objects hashing to the* same bucket*@name: hashtable to iterate*@obj: the type * to use as a loop cursor for each entry*@member: the name of the hlist_node within the struct*@key: the key of the objects (kcov_remote_map, remote, hnode, handle)
95  If handle == handle Then Return remote
98  Return NULL
Caller
NameDescribe
kcov_remote_add
kcov_remote_startkcov_remote_start() and kcov_remote_stop() can be used to annotate a section* of code in a kernel background thread to allow kcov to be used to collect* coverage from that part of code