summaryrefslogtreecommitdiff
path: root/Documentation/admin-guide/index.rst
diff options
context:
space:
mode:
authorShuah Khan <skhan@linuxfoundation.org>2023-01-31 15:11:05 -0700
committerJonathan Corbet <corbet@lwn.net>2023-02-02 10:43:13 -0700
commitb7cb8405ba47df1d8abe47c1308774f47d5b9d0e (patch)
treebc8cdecf018da8fb88d10afb8197d0ee18b7047d /Documentation/admin-guide/index.rst
parent00cba6b60fed57c81f297ab0fac9fd32d5f5ff65 (diff)
docs: add workload-tracing document to admin-guide
Add a new section to the admin-guide with information of interest to application developers and system integrators doing analysis of the Linux kernel for safety critical applications. This section will contain documents supporting analysis of kernel interactions with applications, and key kernel subsystems expectations. Add a new workload-tracing document to this new section. Signed-off-by: Shefali Sharma <sshefali021@gmail.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org> Link: https://lore.kernel.org/r/20230131221105.39216-1-skhan@linuxfoundation.org [jc: tweaked the sphinx formatting a bit] Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide/index.rst')
-rw-r--r--Documentation/admin-guide/index.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/admin-guide/index.rst b/Documentation/admin-guide/index.rst
index 5bfafcbb9562..f475554382e2 100644
--- a/Documentation/admin-guide/index.rst
+++ b/Documentation/admin-guide/index.rst
@@ -56,6 +56,17 @@ ABI will be found here.
sysfs-rules
+This is the beginning of a section with information of interest to
+application developers and system integrators doing analysis of the
+Linux kernel for safety critical applications. Documents supporting
+analysis of kernel interactions with applications, and key kernel
+subsystems expectations will be found here.
+
+.. toctree::
+ :maxdepth: 1
+
+ workload-tracing
+
The rest of this manual consists of various unordered guides on how to
configure specific aspects of kernel behavior to your liking.