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
81 The gcov kernel support creates the following files in debugfs:
84 Parent directory for all gcov-related files.
132 gcc version used for kernel build. Also the following files need to be
136 - all C source files + headers
139 - all C source files + headers
140 - all .gcda and .gcno files
143 It is important to note that these files need to be placed into the
152 The following files need to be copied after each test case from test
156 - all .gcda files
157 - all links to .gcno files
159 These files can be copied to any location on the build machine. gcov
166 /tmp/coverage: location of the files copied from the test machine
176 GCC-generated .gcno and .gcda files, and use llvm-cov_ for Clang.
193 Profiling flags are specified for source files which are not
198 Exclude affected source files from profiling by specifying
207 may not correctly copy files from sysfs.
210 Use ``cat`` to read ``.gcda`` files and ``cp -d`` to copy links.
217 Sample script to gather coverage meta files on the build machine
250 Sample script to gather coverage data files on the test machine