projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff7872e
)
docs: tracing: Add stacktrace filter command
author
Masami Hiramatsu
<mhiramat@kernel.org>
Thu, 16 Aug 2018 09:50:47 +0000
(18:50 +0900)
committer
Jonathan Corbet
<corbet@lwn.net>
Fri, 31 Aug 2018 22:34:49 +0000
(16:34 -0600)
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>
Documentation/trace/ftrace.rst
patch
|
blob
|
history
diff --git
a/Documentation/trace/ftrace.rst
b/Documentation/trace/ftrace.rst
index 7ea16a0ceffc50070e02d602a1e073cd634bd7d4..f82434f2795e2105e5e4cf9e1f68d70a403e2844 100644
(file)
--- 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
----------