From: Masami Hiramatsu Date: Thu, 16 Aug 2018 09:50:47 +0000 (+0900) Subject: docs: tracing: Add stacktrace filter command X-Git-Tag: v4.20-rc1~136^2~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a2933cfe7841cf8e3ed268b13210b71a80aabf0;p=thirdparty%2Fkernel%2Flinux.git docs: tracing: Add stacktrace filter command Add a description of stacktrace filter command. Signed-off-by: Masami Hiramatsu Acked-by: Steven Rostedt (VMware) Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/trace/ftrace.rst b/Documentation/trace/ftrace.rst index 7ea16a0ceffc5..f82434f2795e2 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 ----------