tracing: Make trace_marker use the correct per-instance buffer
authorAlexander Z Lam <azl@google.com>
Mon, 1 Jul 2013 22:31:24 +0000 (15:31 -0700)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 2 Jul 2013 01:08:15 +0000 (21:08 -0400)
commit2d71619c59fac95a5415a326162fa046161b938c
tree6146f93e2a629e840ad54e08b4246a7c7ff2a608
parentf1ed7c741fcd0c3d7d318e7c19813d89934b9296
tracing: Make trace_marker use the correct per-instance buffer

The trace_marker file was present for each new instance created, but it
added the trace mark to the global trace buffer instead of to
the instance's buffer.

Link: http://lkml.kernel.org/r/1372717885-4543-2-git-send-email-azl@google.com
Cc: David Sharp <dhsharp@google.com>
Cc: Vaibhav Nagarnaik <vnagarnaik@google.com>
Cc: Alexander Z Lam <lambchop468@gmail.com>
Cc: stable@vger.kernel.org # 3.10
Signed-off-by: Alexander Z Lam <azl@google.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace.c