From: Changbin Du Date: Sat, 17 Feb 2018 05:39:34 +0000 (+0800) Subject: Documentation: add Linux tracing to Sphinx TOC tree X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=583bc6badc3ab40c5367d3e4bc31da86f4e98733;p=linux.git Documentation: add Linux tracing to Sphinx TOC tree This just add a index.rst for trace subsystem. More docs will be added later. Cc: Steven Rostedt Signed-off-by: Changbin Du Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/index.rst b/Documentation/index.rst index ef5080cbf009d..3b99ab931d413 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -64,6 +64,7 @@ merged much easier. dev-tools/index doc-guide/index kernel-hacking/index + trace/index maintainer/index Kernel API documentation diff --git a/Documentation/trace/index.rst b/Documentation/trace/index.rst new file mode 100644 index 0000000000000..d986ead565ea2 --- /dev/null +++ b/Documentation/trace/index.rst @@ -0,0 +1,6 @@ +========================== +Linux Tracing Technologies +========================== + +.. toctree:: + :maxdepth: 2