Lines Matching full:coverage
4 gcov profiling kernel support enables the use of GCC's coverage testing
5 tool gcov_ with the Linux kernel. Coverage data of a running kernel
7 To get coverage data for a specific file, change to the kernel build
16 for the entire kernel and provide coverage overviews in HTML format.
26 .. _lcov: http://ltp.sourceforge.net/coverage/lcov.php
37 and to get coverage data for the entire kernel::
86 generate coverage reports. If left unset the report is omitted.
98 Global reset file: resets all coverage data to zero when
103 tool. Resets file coverage data to zero when written to.
108 option ``-ftest-coverage``.
116 coverage data for such code by keeping a copy of the data associated
118 Once the module is loaded again, the associated coverage counters are
177 /tmp/coverage: location of the files copied from the test machine
180 [user@build] gcov -o /tmp/coverage/tmp/out/init main.c
228 Sample script to gather coverage meta files on the build machine
261 Sample script to gather coverage data files on the test machine