函数逻辑报告 |
Source Code:kernel\kcov.c |
Create Date:2022-07-27 12:37:21 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:kcov_start
函数原型:static void kcov_start(struct task_struct *t, unsigned int size, void *area, enum kcov_mode mode, int sequence)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct task_struct * | t | |
unsigned int | size | |
void * | area | |
enum kcov_mode | mode | |
int | sequence |
318 | kcov_debug("t = %px, size = %u, area = %px\n", t, size, area) |
324 | WRITE_ONCE(kcov_mode, mode) |
325 | kcov_sequence等于sequence |
名称 | 描述 |
---|---|
kcov_ioctl_locked | |
kcov_remote_start | kcov_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 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |