summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChangbin Du <changbin.du@intel.com>2018-02-17 13:39:34 +0800
committerJonathan Corbet <corbet@lwn.net>2018-03-07 10:22:53 -0700
commit583bc6badc3ab40c5367d3e4bc31da86f4e98733 (patch)
tree86db23732b89c48defd0e4d005ca038ff7391f34
parentb13267ba579d35640549c8d271bcc6d7fafcd0e4 (diff)
downloadlinux-stable-583bc6badc3ab40c5367d3e4bc31da86f4e98733.tar.gz
linux-stable-583bc6badc3ab40c5367d3e4bc31da86f4e98733.tar.bz2
linux-stable-583bc6badc3ab40c5367d3e4bc31da86f4e98733.zip
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 <rostedt@goodmis.org> Signed-off-by: Changbin Du <changbin.du@intel.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r--Documentation/index.rst1
-rw-r--r--Documentation/trace/index.rst6
2 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst
index ef5080cbf009..3b99ab931d41 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 000000000000..d986ead565ea
--- /dev/null
+++ b/Documentation/trace/index.rst
@@ -0,0 +1,6 @@
+==========================
+Linux Tracing Technologies
+==========================
+
+.. toctree::
+ :maxdepth: 2