Re: [PATCH v3 01/12] tracing: move trace_array definition into include/linux/trace_array.h

2013-07-02 Thread zhangwei(Jovi)
On 2013/7/3 7:19, Steven Rostedt wrote: > On Wed, 2013-04-10 at 11:26 +0800, zhangwei(Jovi) wrote: >> From: "zhangwei(Jovi)" >> >> Prepare for expose event tracing infrastructure. >> (struct trace_array shall be use by external modules) >> > > What module is going to be using this? > > -- Steve

Re: [PATCH v3 01/12] tracing: move trace_array definition into include/linux/trace_array.h

2013-07-02 Thread Steven Rostedt
On Wed, 2013-04-10 at 11:26 +0800, zhangwei(Jovi) wrote: > From: "zhangwei(Jovi)" > > Prepare for expose event tracing infrastructure. > (struct trace_array shall be use by external modules) > What module is going to be using this? -- Steve -- To unsubscribe from this list: send the line "un

[PATCH v3 01/12] tracing: move trace_array definition into include/linux/trace_array.h

2013-04-09 Thread zhangwei(Jovi)
From: "zhangwei(Jovi)" Prepare for expose event tracing infrastructure. (struct trace_array shall be use by external modules) Signed-off-by: zhangwei(Jovi) --- include/linux/trace_array.h | 117 +++ kernel/trace/trace.h| 116 +--