Lines Matching full:build
7 To get coverage data for a specific file, change to the kernel build
119 Separated build and test machines
132 gcc version used for kernel build. Also the following files need to be
133 copied from build to test machine:
138 from the build tree:
144 exact same file system location on the test machine as on the build
148 .. _gcov-build:
150 b) gcov is run on the BUILD machine
153 to build machine:
159 These files can be copied to any location on the build machine. gcov
162 Example directory setup on the build machine::
165 /tmp/out: kernel build directory as specified by make O=
168 [user@build] cd /tmp/out
169 [user@build] gcov -o /tmp/coverage/tmp/out/init main.c
181 Build differences between GCC and Clang gcov are handled by Kconfig. It
217 Sample script to gather coverage meta files on the build machine
218 (see :ref:`Separated build and test machines a. <gcov-test>`):
251 (see :ref:`Separated build and test machines b. <gcov-build>`):
273 echo "$DEST successfully created, copy to build system and unpack with:"