Lines Matching refs:files
13 This will create source code files annotated with execution counts
54 To enable profiling for specific files or directories, add a line
61 - For all files in one directory::
65 To exclude files from being profiled even when CONFIG_GCOV_PROFILE_ALL
74 Only files which are linked to the main kernel image or are compiled as
92 The gcov kernel support creates the following files in debugfs:
95 Parent directory for all gcov-related files.
143 gcc version used for kernel build. Also the following files need to be
147 - all C source files + headers
150 - all C source files + headers
151 - all .gcda and .gcno files
154 It is important to note that these files need to be placed into the
163 The following files need to be copied after each test case from test
167 - all .gcda files
168 - all links to .gcno files
170 These files can be copied to any location on the build machine. gcov
177 /tmp/coverage: location of the files copied from the test machine
187 GCC-generated .gcno and .gcda files, and use llvm-cov_ for Clang.
204 Profiling flags are specified for source files which are not
209 Exclude affected source files from profiling by specifying
218 may not correctly copy files from sysfs.
221 Use ``cat`` to read ``.gcda`` files and ``cp -d`` to copy links.
228 Sample script to gather coverage meta files on the build machine
261 Sample script to gather coverage data files on the test machine