Lines Matching refs:files
27 This will create source code files annotated with execution counts
74 To enable profiling for specific files or directories, add a line
80 For all files in one directory:
83 To exclude files from being profiled even when CONFIG_GCOV_PROFILE_ALL
90 Only files which are linked to the main kernel image or are compiled as
97 The gcov kernel support creates the following files in debugfs:
100 Parent directory for all gcov-related files.
146 gcc version used for kernel build. Also the following files need to be
150 - all C source files + headers
153 - all C source files + headers
154 - all .gcda and .gcno files
157 It is important to note that these files need to be placed into the
164 The following files need to be copied after each test case from test
168 - all .gcda files
169 - all links to .gcno files
171 These files can be copied to any location on the build machine. gcov
178 /tmp/coverage: location of the files copied from the test machine
188 Cause: Profiling flags are specified for source files which are not
191 Solution: Exclude affected source files from profiling by specifying
197 may not correctly copy files from sysfs.
198 Solution: Use 'cat' to read .gcda files and 'cp -d' to copy links.
205 Sample script to gather coverage meta files on the build machine
235 Sample script to gather coverage data files on the test machine