Re: [PATCH v4 3/3] trace: Add an output of trace event logs to STM

2015-08-05 Thread Steven Rostedt
On Wed, 5 Aug 2015 20:52:49 +0800 Chunyan Zhang wrote: > Hello Steve, > > May I have your further comments/suggestions on this version of patchset? > I know you were just back from a vacation, and must be very busy > recently, but after you finished the most urgent matters, could you > please le

Re: [PATCH v4 3/3] trace: Add an output of trace event logs to STM

2015-08-05 Thread Chunyan Zhang
Hello Steve, May I have your further comments/suggestions on this version of patchset? I know you were just back from a vacation, and must be very busy recently, but after you finished the most urgent matters, could you please leave us a little bandwidth to think about how you want these patches t

[PATCH v4 3/3] trace: Add an output of trace event logs to STM

2015-07-21 Thread Chunyan Zhang
When the trace event happens, the traces would be committed to ring buffer. This patch will add an output of the traces to an STM at this moment, of course the precondition is TRACE_EVENT_STM be configured. Signed-off-by: Chunyan Zhang --- kernel/trace/trace_events.c | 2 ++ kernel/trace/trace_o