Re: [PATCH v2] tracing: Expose event tracing infrastructure

2013-03-23 Thread Steven Rostedt
On Sat, 2013-03-23 at 18:42 +0800, zhangwei(Jovi) wrote: > Do I need to resend this patch based on your new work?(and testing) to make > you can merge this patch easily. > Yes please, Thanks, -- Steve -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Re: [PATCH v2] tracing: Expose event tracing infrastructure

2013-03-23 Thread zhangwei(Jovi)
On 2013/3/15 20:51, Steven Rostedt wrote: > On Fri, 2013-03-15 at 20:31 +0800, Jovi Zhang wrote: > >> Hi steven, >> >> Would you please give some comments? patch works normally on my box. > > Yeah, I planned on it today ;-) Actually, I've been a busy beaver > lately. The last couple of weeks I h

Re: [PATCH v2] tracing: Expose event tracing infrastructure

2013-03-15 Thread Steven Rostedt
On Fri, 2013-03-15 at 20:31 +0800, Jovi Zhang wrote: > Hi steven, > > Would you please give some comments? patch works normally on my box. Yeah, I planned on it today ;-) Actually, I've been a busy beaver lately. The last couple of weeks I have: 32 files changed, 5239 insertions(+), 1805 del

Re: [PATCH v2] tracing: Expose event tracing infrastructure

2013-03-15 Thread Jovi Zhang
On Wed, Mar 13, 2013 at 6:41 PM, zhangwei(Jovi) wrote: > [change from v1: add missed type assignment in ftrace_event_register] > > Currently event tracing only can be use for ftrace and perf, > there don't have any mechanism to let modules(like external tracing tool) > register callback tracing fu

[PATCH v2] tracing: Expose event tracing infrastructure

2013-03-13 Thread zhangwei(Jovi)
[change from v1: add missed type assignment in ftrace_event_register] Currently event tracing only can be use for ftrace and perf, there don't have any mechanism to let modules(like external tracing tool) register callback tracing function. Event tracing implement based on tracepoint, compare wit