Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\kcov.c Create Date:2022-07-28 11:33:39
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 void kcov_remote_area_put(struct kcov_remote_area *area, unsigned int size)

Type:void

Parameter:

TypeParameterName
struct kcov_remote_area *area
unsigned intsize
139  kcov_debug("area = %px, size = %u\n", area, size)
140  Initialization list head
141  size = size
142  list_add - add a new entry*@new: new entry to be added*@head: list head to add it after* Insert a new entry after the specified head.* This is good for implementing stacks.
Caller
NameDescribe
kcov_remote_stopSee the comment before kcov_remote_start() for usage details.