commit | 8f6e8a314ab37cadd72da5ace9027f2d04aba854 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Wed Oct 07 21:53:41 2009 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed Oct 07 21:53:41 2009 -0400 |
tree | 2ce9adc1a11cd6d31742d07a557b787d6f0ceb74 | |
parent | c8647b28726b09b087155417bb698e7b3789f8a0 [diff] |
tracing: user local buffer variable for trace branch tracer Just using the tr->buffer for the API to trace_buffer_lock_reserve is not good enough. This is because the tr->buffer may change, and we do not want to commit with a different buffer that we reserved from. This patch uses a local variable to hold the buffer that was used to reserve and commit with. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>