Re: [PATCH v6 02/10] tracing: add basic event trigger framework

2013-08-26 Thread Tom Zanussi
On Mon, 2013-08-26 at 15:34 +0900, Masami Hiramatsu wrote: > Hi Tom, > > This patch basically good for me. > > Unfortunately, I've found a small build issue on this patch. > > CC kernel/trace/trace_events_filter.o > /home/mhiramat/ksrc/linux-3/kernel/trace/trace_events.c:1864:1: error: st

Re: [PATCH v6 02/10] tracing: add basic event trigger framework

2013-08-25 Thread Masami Hiramatsu
Hi Tom, This patch basically good for me. Unfortunately, I've found a small build issue on this patch. CC kernel/trace/trace_events_filter.o /home/mhiramat/ksrc/linux-3/kernel/trace/trace_events.c:1864:1: error: static declaration of 'find_event_file' follows non-static declaration /home