2016-08-09 01:00:25 +03:00
|
|
|
================================
|
|
|
|
Development tools for the kernel
|
|
|
|
================================
|
|
|
|
|
|
|
|
This document is a collection of documents about development tools that can
|
2018-11-22 18:34:56 +03: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-09 01:00:25 +03:00
|
|
|
whole; patches welcome!
|
|
|
|
|
2021-04-15 08:40:36 +03:00
|
|
|
A brief overview of testing-specific tools can be found in
|
|
|
|
Documentation/dev-tools/testing-overview.rst
|
|
|
|
|
2016-08-09 01:00:25 +03:00
|
|
|
.. class:: toc-title
|
|
|
|
|
|
|
|
Table of contents
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
2021-04-15 08:40:36 +03:00
|
|
|
testing-overview
|
2021-02-26 12:38:25 +03:00
|
|
|
checkpatch
|
2016-08-09 01:03:14 +03:00
|
|
|
coccinelle
|
2016-08-08 00:09:14 +03:00
|
|
|
sparse
|
2016-08-08 00:13:00 +03:00
|
|
|
kcov
|
2016-08-08 00:26:20 +03:00
|
|
|
gcov
|
2016-08-08 00:31:03 +03:00
|
|
|
kasan
|
2016-08-08 00:35:42 +03:00
|
|
|
ubsan
|
2016-08-08 00:46:10 +03:00
|
|
|
kmemleak
|
2019-11-14 21:02:56 +03:00
|
|
|
kcsan
|
2021-02-26 04:19:26 +03:00
|
|
|
kfence
|
2016-08-09 00:55:49 +03:00
|
|
|
gdb-kernel-debugging
|
2017-05-11 22:23:50 +03:00
|
|
|
kgdb
|
2017-05-26 21:44:00 +03:00
|
|
|
kselftest
|
2019-09-23 12:02:45 +03:00
|
|
|
kunit/index
|
2016-10-26 09:23:14 +03:00
|
|
|
|
|
|
|
|
|
|
|
.. only:: subproject and html
|
|
|
|
|
|
|
|
Indices
|
|
|
|
=======
|
|
|
|
|
|
|
|
* :ref:`genindex`
|