Lines Matching refs:coverage
18 gcov profiling kernel support enables the use of GCC's coverage testing
21 To get coverage data for a specific file, change to the kernel build
30 for the entire kernel and provide coverage overviews in HTML format.
42 [2] http://ltp.sourceforge.net/coverage/lcov.php
57 and to get coverage data for the entire kernel:
103 Global reset file: resets all coverage data to zero when
108 tool. Resets file coverage data to zero when written to.
113 option -ftest-coverage.
121 coverage data for such code by keeping a copy of the data associated
123 Once the module is loaded again, the associated coverage counters are
178 /tmp/coverage: location of the files copied from the test machine
181 [user@build] gcov -o /tmp/coverage/tmp/out/init main.c
205 Sample script to gather coverage meta files on the build machine
235 Sample script to gather coverage data files on the test machine