swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: c470abd4fde40ea6a0846a2beab642a578c0b8cd authored by Linus Torvalds on 19 February 2017, 22:34:00 UTC
Linux 4.10
Tip revision: c470abd
index.rst
================================
Development tools for the kernel
================================

This document is a collection of documents about development tools that can
be used to work on the kernel.  For now, the documents have been pulled
together without any significant effot to integrate them into a coherent
whole; patches welcome!

.. class:: toc-title

	   Table of contents

.. toctree::
   :maxdepth: 2

   coccinelle
   sparse
   kcov
   gcov
   kasan
   ubsan
   kmemleak
   kmemcheck
   gdb-kernel-debugging


.. only::  subproject and html

   Indices
   =======

   * :ref:`genindex`
back to top