Re: [PATCH 09/11] perf tools: Propagate error info for the tracepoint parsing

2015-08-28 Thread Jiri Olsa
On Fri, Aug 28, 2015 at 02:20:52PM +0100, Matt Fleming wrote: > On Wed, 26 Aug, at 03:46:51PM, Jiri Olsa wrote: > > Pass 'struct parse_events_error *error' to the parse-event.c > > tracepoint adding path. It will be filled with error data > > in following patches. > > > > Link: http://lkml.kernel.

Re: [PATCH 09/11] perf tools: Propagate error info for the tracepoint parsing

2015-08-28 Thread Matt Fleming
On Wed, 26 Aug, at 03:46:51PM, Jiri Olsa wrote: > Pass 'struct parse_events_error *error' to the parse-event.c > tracepoint adding path. It will be filled with error data > in following patches. > > Link: http://lkml.kernel.org/n/tip-las1hm5zf58b0twd27h98...@git.kernel.org > Signed-off-by: Jiri Ol