Skip to content
Snippets Groups Projects
Commit 4708abc6 authored by Steven Rostedt (VMware)'s avatar Steven Rostedt (VMware)
Browse files

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: default avatarSteven Rostedt (VMware) <rostedt@goodmis.org>
parent 8e012066
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment