diff options
-rw-r--r-- | Documentation/index.rst | 1 | ||||
-rw-r--r-- | Documentation/trace/index.rst | 6 |
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. | |||
64 | dev-tools/index | 64 | dev-tools/index |
65 | doc-guide/index | 65 | doc-guide/index |
66 | kernel-hacking/index | 66 | kernel-hacking/index |
67 | trace/index | ||
67 | maintainer/index | 68 | maintainer/index |
68 | 69 | ||
69 | Kernel API documentation | 70 | 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 @@ | |||
1 | ========================== | ||
2 | Linux Tracing Technologies | ||
3 | ========================== | ||
4 | |||
5 | .. toctree:: | ||
6 | :maxdepth: 2 | ||