Lines Matching refs:files
13 This will create source code files annotated with execution counts
58 To enable profiling for specific files or directories, add a line
65 - For all files in one directory::
69 To exclude files from being profiled even when CONFIG_GCOV_PROFILE_ALL
78 Only files which are linked to the main kernel image or are compiled as
85 The gcov kernel support creates the following files in debugfs:
88 Parent directory for all gcov-related files.
134 gcc version used for kernel build. Also the following files need to be
138 - all C source files + headers
141 - all C source files + headers
142 - all .gcda and .gcno files
145 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
179 Profiling flags are specified for source files which are not
184 Exclude affected source files from profiling by specifying
193 may not correctly copy files from sysfs.
196 Use ``cat``' to read ``.gcda`` files and ``cp -d`` to copy links.
203 Sample script to gather coverage meta files on the build machine
236 Sample script to gather coverage data files on the test machine