Lines Matching full:which
30 internal structures and functions which aren't exposed to userspace.
33 of the kernel, which can be tested in isolation. This aligns well with the
43 There is a KUnit test style guide which may give further pointers in
51 This makes it easier to write more complicated tests, or tests which need to
54 This means that only kernel functionality which is exposed to userspace somehow
56 work around this, some tests include a companion kernel module which exposes
61 expose an interface to userspace, which can be tested, but not implementation
72 and for finding corner-cases which are not covered by the appropriate test.
74 Documentation/dev-tools/gcov.rst is GCC's coverage testing tool, which can be
79 Documentation/dev-tools/kcov.rst is a feature which can be built in to the
88 The kernel also supports a number of dynamic analysis tools, which attempt to
103 * KFENCE is a low-overhead detector of memory issues, which is much faster than
110 of which can be found in lib/Kconfig.debug
172 Coccinelle also creates patches for you, which no other tool does.
180 Coccinelle does no analysis of variable values, which is the strong point of