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