modulegcov
生成内核模块代码文件(*.gcda)。
格式
modulegcov <kernel module handle>
说明
[root@sylixos:/root]# help modulegcov
generate kernel module code coverage file(*.gcda).
modulegcov [kernel module handle]
[root@sylixos:/root]#
此命令用来生成内核模块代码文件。
样例
[root@sylixos:/root]# modules
NAME HANDLE TYPE GLB BASE SIZE SYMCNT
------------------------- -------- ------ --- -------- -------- ------
VPROCESS:kernel pid: 0 TOTAL MEMORY: 8192
+ file.ko 30e14be8 KERNEL YES 60005000 940 1
total modules: 1
[root@sylixos:/root]# modulegcov 30e14be8
[root@sylixos:/root]#