diff options
author | Changbin Du <changbin.du@intel.com> | 2018-02-17 06:39:35 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-03-07 18:22:57 +0100 |
commit | fcdeddc9fdf934f1e9c05a2fef3ac78222767411 (patch) | |
tree | 03734dc0eb1b482e711a0e1ff4c3b0bd72aeace3 /Documentation/trace/index.rst | |
parent | Documentation: add Linux tracing to Sphinx TOC tree (diff) | |
download | linux-fcdeddc9fdf934f1e9c05a2fef3ac78222767411.tar.xz linux-fcdeddc9fdf934f1e9c05a2fef3ac78222767411.zip |
trace doc: convert trace/ftrace-design.txt to rst format
This converts the plain text documentation to reStructuredText format and
add it to Sphinx TOC tree. This documentation is not synced with current
code, so mark it as out of date.
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/index.rst')
-rw-r--r-- | Documentation/trace/index.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/trace/index.rst b/Documentation/trace/index.rst index d986ead565ea..c8000babe508 100644 --- a/Documentation/trace/index.rst +++ b/Documentation/trace/index.rst @@ -4,3 +4,5 @@ Linux Tracing Technologies .. toctree:: :maxdepth: 2 + + ftrace-design |