2016-08-08 16:00:25 -06:00
|
|
|
================================
|
|
|
|
Development tools for the kernel
|
|
|
|
================================
|
|
|
|
|
|
|
|
This document is a collection of documents about development tools that can
|
2018-11-22 10:34:56 -05:00
|
|
|
be used to work on the kernel. For now, the documents have been pulled
|
|
|
|
together without any significant effort to integrate them into a coherent
|
2016-08-08 16:00:25 -06:00
|
|
|
whole; patches welcome!
|
|
|
|
|
2021-04-14 22:40:36 -07:00
|
|
|
A brief overview of testing-specific tools can be found in
|
|
|
|
Documentation/dev-tools/testing-overview.rst
|
|
|
|
|
2016-08-08 16:00:25 -06:00
|
|
|
.. class:: toc-title
|
|
|
|
|
|
|
|
Table of contents
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
2021-04-14 22:40:36 -07:00
|
|
|
testing-overview
|
2021-02-26 15:08:25 +05:30
|
|
|
checkpatch
|
2016-08-08 16:03:14 -06:00
|
|
|
coccinelle
|
2016-08-07 15:09:14 -06:00
|
|
|
sparse
|
2016-08-07 15:13:00 -06:00
|
|
|
kcov
|
2016-08-07 15:26:20 -06:00
|
|
|
gcov
|
2016-08-07 15:31:03 -06:00
|
|
|
kasan
|
2016-08-07 15:35:42 -06:00
|
|
|
ubsan
|
2016-08-07 15:46:10 -06:00
|
|
|
kmemleak
|
2019-11-14 19:02:56 +01:00
|
|
|
kcsan
|
2021-02-25 17:19:26 -08:00
|
|
|
kfence
|
2016-08-08 15:55:49 -06:00
|
|
|
gdb-kernel-debugging
|
2017-05-11 16:23:50 -03:00
|
|
|
kgdb
|
2017-05-26 20:44:00 +02:00
|
|
|
kselftest
|
2019-09-23 02:02:45 -07:00
|
|
|
kunit/index
|
2016-10-26 08:23:14 +02:00
|
|
|
|
|
|
|
|
|
|
|
.. only:: subproject and html
|
|
|
|
|
|
|
|
Indices
|
|
|
|
=======
|
|
|
|
|
|
|
|
* :ref:`genindex`
|