diff options
author | Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com> | 2020-07-21 17:18:22 +0530 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-07-23 14:01:24 -0600 |
commit | 2165b82fde82eb504fc69f1d7ef69cde2b48764d (patch) | |
tree | c6bd10c7da656cf9438135798fe3bd618e8d13a1 /Documentation/trace/index.rst | |
parent | 0c75f127311bc97ef7125bfe51cd307d832783fb (diff) | |
download | linux-2165b82fde82eb504fc69f1d7ef69cde2b48764d.tar.bz2 |
docs: Move kprobes.rst from staging/ to trace/
Kprobes contitutes a dynamic tracing technology and as such can be
moved alongside documentation of other tracing technologies.
Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
Link: https://lore.kernel.org/r/8a09c01c64b2e003d5486c4f0c89740618f1bae4.1595331824.git.naveen.n.rao@linux.vnet.ibm.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/trace/index.rst')
-rw-r--r-- | Documentation/trace/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/trace/index.rst b/Documentation/trace/index.rst index 7d83156c9ac1..879ebb9f647d 100644 --- a/Documentation/trace/index.rst +++ b/Documentation/trace/index.rst @@ -9,6 +9,7 @@ Linux Tracing Technologies tracepoint-analysis ftrace ftrace-uses + kprobes kprobetrace uprobetracer tracepoints |