Re: [PATCH 2/3] tracing: Make trace_marker use the correct per-instance buffer

2013-07-01 Thread Steven Rostedt
On Mon, 2013-07-01 at 15:31 -0700, Alexander Z Lam wrote: > 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. Thanks, I'll get this into this merge window. And maybe even mark it for stab

[PATCH 2/3] tracing: Make trace_marker use the correct per-instance buffer

2013-07-01 Thread Alexander Z Lam
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. Cc: David Sharp Cc: Vaibhav Nagarnaik Cc: Alexander Z Lam Signed-off-by: Alexander Z Lam --- kernel/trace/trace.c | 3 ++- 1 file change