commit | 4708abc6c68b41a656afb431818d5c57d7fdfd24 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Wed Feb 07 17:29:46 2018 -0500 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Sat Mar 10 16:06:04 2018 -0500 |
tree | 485d6715b9f246273917ee904e2d7ccd2b3abfde | |
parent | 8e012066fe0de5ff5be606836f9075511bce5604 [diff] |
tracing: Use the ring-buffer nesting to allow synthetic events to be traced Synthetic events can be done within the recording of other events. Notify the ring buffer via ring_buffer_nest_start() and ring_buffer_nest_end() that this is intended and not to block it due to its recursion protection. Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>