tracing: user local buffer variable for trace branch tracer
authorSteven Rostedt <srostedt@redhat.com>
Thu, 8 Oct 2009 01:53:41 +0000 (21:53 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Thu, 8 Oct 2009 01:53:41 +0000 (21:53 -0400)
commit8f6e8a314ab37cadd72da5ace9027f2d04aba854
tree2ce9adc1a11cd6d31742d07a557b787d6f0ceb74
parentc8647b28726b09b087155417bb698e7b3789f8a0
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>
kernel/trace/trace_branch.c