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

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

2013-08-22 Thread Tom Zanussi
Add a 'trigger' file for each trace event, enabling 'trace event triggers' to be set for trace events. 'trace event triggers' are patterned after the existing 'ftrace function triggers' implementation except that triggers are written to per-event 'trigger' files instead of to a single file such as