Lines Matching refs:a
5 tool gcov_ with the Linux kernel. Coverage data of a running kernel
7 To get coverage data for a specific file, change to the kernel build
54 To enable profiling for specific files or directories, add a line
57 - For a single file (e.g. main.o)::
95 Symbolic link to a static data file required by the gcov
104 module unload time. The gcov mechanism provides a means to collect
105 coverage data for such code by keeping a copy of the data associated
115 At run-time, a user can also choose to discard data for an unloaded
124 cases where the kernel runs on a separate machine, special preparations
129 a) gcov is run on the TEST machine
194 linked to the main kernel or which are linked by a custom
218 (see :ref:`Separated build and test machines a. <gcov-test>`):
236 find $KSRC $KOBJ \( -name '*.gcno' -o -name '*.[ch]' -o -type l \) -a \