Lines Matching refs:coverage
4 gcov profiling kernel support enables the use of GCC's coverage testing
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
41 and to get coverage data for the entire kernel::
91 Global reset file: resets all coverage data to zero when
96 tool. Resets file coverage data to zero when written to.
101 option ``-ftest-coverage``.
109 coverage data for such code by keeping a copy of the data associated
111 Once the module is loaded again, the associated coverage counters are
166 /tmp/coverage: location of the files copied from the test machine
169 [user@build] gcov -o /tmp/coverage/tmp/out/init main.c
203 Sample script to gather coverage meta files on the build machine
236 Sample script to gather coverage data files on the test machine