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::
87 Global reset file: resets all coverage data to zero when
92 tool. Resets file coverage data to zero when written to.
97 option ``-ftest-coverage``.
105 coverage data for such code by keeping a copy of the data associated
107 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
217 Sample script to gather coverage meta files on the build machine
250 Sample script to gather coverage data files on the test machine