diff options
author | Changbin Du | 2018-02-17 06:39:34 +0100 |
---|---|---|
committer | Jonathan Corbet | 2018-03-07 18:22:53 +0100 |
commit | 583bc6badc3ab40c5367d3e4bc31da86f4e98733 (patch) | |
tree | 86db23732b89c48defd0e4d005ca038ff7391f34 /Documentation/trace | |
parent | documentation: add my name to kernel driver statement (diff) | |
download | kernel-qcow2-linux-583bc6badc3ab40c5367d3e4bc31da86f4e98733.tar.gz kernel-qcow2-linux-583bc6badc3ab40c5367d3e4bc31da86f4e98733.tar.xz kernel-qcow2-linux-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>
Diffstat (limited to 'Documentation/trace')
-rw-r--r-- | Documentation/trace/index.rst | 6 |
1 files changed, 6 insertions, 0 deletions
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 |