Lines Matching full: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
78 Files chapter
81 The gcov kernel support creates the following files in debugfs:
84 Parent directory for all gcov-related files.
130 gcc version used for kernel build. Also the following files need to be
134 - all C source files + headers
137 - all C source files + headers
138 - all .gcda and .gcno files
141 It is important to note that these files need to be placed into the
148 The following files need to be copied after each test case from test
152 - all .gcda files
153 - all links to .gcno files
155 These files can be copied to any location on the build machine. gcov
162 /tmp/coverage: location of the files copied from the test machine
172 GCC-generated .gcno and .gcda files, and use llvm-cov_ for Clang.
189 Profiling flags are specified for source files which are not
194 Exclude affected source files from profiling by specifying
199 Files copied from sysfs appear empty or incomplete.
203 may not correctly copy files from sysfs.
206 Use ``cat`` to read ``.gcda`` files and ``cp -d`` to copy links.
213 Sample script to gather coverage meta files on the build machine
246 Sample script to gather coverage data files on the test machine