函数逻辑报告 | 
Source Code:kernel\kcov.c | 
Create Date:2022-07-27 12:37:28 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:kcov_mmap
函数原型:static int kcov_mmap(struct file *filep, struct vm_area_struct *vma)
返回类型:int
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct file * | filep | |
| struct vm_area_struct * | vma | 
| 444 | res等于0 | 
| 446 | kcov等于private_data | 
| 450 | area等于vmalloc_user(The first byte after our end addresswithin vm_mm. - Our start address within vm_mm. ) | 
| 454 | 加自旋锁 | 
| 455 | size等于Size of arena (in long's). 乘sizeof(unsignedlong) | 
| 472 | exit : | 
| 473 | 自旋锁解锁 | 
| 475 | 返回:res | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |