aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasami Hiramatsu <[email protected]>2018-08-16 18:50:47 +0900
committerJonathan Corbet <[email protected]>2018-08-31 16:34:49 -0600
commit8a2933cfe7841cf8e3ed268b13210b71a80aabf0 (patch)
tree6338e0bdd57e8344e5b6ac3dce5257fddac0375f
parentff7872ef6f9ada550e81a177f8792da766e554d8 (diff)
docs: tracing: Add stacktrace filter command
Add a description of stacktrace filter command. Signed-off-by: Masami Hiramatsu <[email protected]> Acked-by: Steven Rostedt (VMware) <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
-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
----------