diff options
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2018-05-11 22:41:24 +0300 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2018-05-29 15:29:30 +0300 |
commit | d3439f9d6c1a5316ba66397408a275f0601f69aa (patch) | |
tree | c42a24ff0a374a1f33635ee9901afd0f10d728c1 /Documentation/trace/ftrace.rst | |
parent | 3be4c1e52aa5a917aacb1c3829c2d89096b30230 (diff) | |
download | linux-d3439f9d6c1a5316ba66397408a275f0601f69aa.tar.xz |
tracing: Document trace_marker triggers
Add documentation and an example on how to use trace_marker triggers.
Reviewed-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Reviewed-by: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'Documentation/trace/ftrace.rst')
-rw-r--r-- | Documentation/trace/ftrace.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/trace/ftrace.rst b/Documentation/trace/ftrace.rst index 67d9c38e95eb..aad4776c0f5d 100644 --- a/Documentation/trace/ftrace.rst +++ b/Documentation/trace/ftrace.rst @@ -507,6 +507,11 @@ of ftrace. Here is a list of some of the key files: trace_fd = open("trace_marker", WR_ONLY); + Note: Writing into the trace_marker file can also initiate triggers + that are written into /sys/kernel/tracing/events/ftrace/print/trigger + See "Event triggers" in Documentation/trace/events.rst and an + example in Documentation/trace/histogram.rst (Section 3.) + trace_marker_raw: This is similar to trace_marker above, but is meant for for binary data |