summaryrefslogtreecommitdiffstats
path: root/Documentation/trace
diff options
context:
space:
mode:
authorMasami Hiramatsu2018-08-16 11:50:47 +0200
committerJonathan Corbet2018-09-01 00:34:49 +0200
commit8a2933cfe7841cf8e3ed268b13210b71a80aabf0 (patch)
tree6338e0bdd57e8344e5b6ac3dce5257fddac0375f /Documentation/trace
parentDocumentation/fb/vesafb.txt: "inverse" option corrections (diff)
downloadkernel-qcow2-linux-8a2933cfe7841cf8e3ed268b13210b71a80aabf0.tar.gz
kernel-qcow2-linux-8a2933cfe7841cf8e3ed268b13210b71a80aabf0.tar.xz
kernel-qcow2-linux-8a2933cfe7841cf8e3ed268b13210b71a80aabf0.zip
docs: tracing: Add stacktrace filter command
Add a description of stacktrace filter command. Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/trace')
-rw-r--r--Documentation/trace/ftrace.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/trace/ftrace.rst b/Documentation/trace/ftrace.rst
index 7ea16a0ceffc..f82434f2795e 100644
--- a/Documentation/trace/ftrace.rst
+++ b/Documentation/trace/ftrace.rst
@@ -2987,6 +2987,9 @@ The following commands are supported:
command, it only prints out the contents of the ring buffer for the
CPU that executed the function that triggered the dump.
+- stacktrace:
+ When the function is hit, a stack trace is recorded.
+
trace_pipe
----------