函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\kcov.c Create Date:2022-07-27 12:37:18
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Must be called with kcov_remote_lock locked.

函数原型:static void kcov_remote_area_put(struct kcov_remote_area *area, unsigned int size)

返回类型:void

参数:

类型参数名称
struct kcov_remote_area *area
unsigned intsize
139  kcov_debug("area = %px, size = %u\n", area, size)
140  初始化链表头
141  size等于size
142  添加链表项
调用者
名称描述
kcov_remote_stopSee the comment before kcov_remote_start() for usage details.