[Skyeye-developer] Use code coverage profiling feature in SkyEye

Michael.Kang blackfin.kang at gmail.com
Fri May 2 16:40:14 CST 2008


I modified the data format of code coverage file according to joel's
suggestion. You can use svn head of skyeye-1.2.5 branch to test code
coverage feature in SkyEye.

That attachment is the testcase of code coverage feature in SkyEye.
The data format like the following:

1000000 :  1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1
1000080 :  1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Every line in profiling data result can present execute result for
every 32 instructions. 1 means the corresponding instruction is
executed.  0 means not. So you can see there are 32 '1' or '0' in
every single line.

Thanks
MK

-- 
www.skyeye.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: code_cov_testcase.tar.gz
Type: application/x-gzip
Size: 3427 bytes
Desc: not available
Url : http://lists.gro.clinux.org/pipermail/skyeye-developer/attachments/20080502/e3e4274e/code_cov_testcase.tar-0001.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: code_cov
Type: application/octet-stream
Size: 2457599 bytes
Desc: not available
Url : http://lists.gro.clinux.org/pipermail/skyeye-developer/attachments/20080502/e3e4274e/code_cov-0001.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hello.s
Type: application/octet-stream
Size: 4212 bytes
Desc: not available
Url : http://lists.gro.clinux.org/pipermail/skyeye-developer/attachments/20080502/e3e4274e/hello-0001.obj


More information about the Skyeye-developer mailing list