Re: [PATCH 3/5] perf tools: Propagate error info for the tracepoint parsing

2015-09-12 Thread Matt Fleming
On Mon, 07 Sep, at 10:38:05AM, 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

Re: [PATCH 3/5] perf tools: Propagate error info for the tracepoint parsing

2015-09-09 Thread Jiri Olsa
On Tue, Sep 08, 2015 at 05:42:25PM -0400, Raphaël Beamonte wrote: SNIP > > @@ -386,7 +386,7 @@ PE_NAME ':' PE_NAME > > struct list_head *list; > > > > ALLOC_LIST(list); > > - if (parse_events_add_tracepoint(list, &data->idx, $1, $3)) { > > + if (parse_events_add_tracep

Re: [PATCH 3/5] perf tools: Propagate error info for the tracepoint parsing

2015-09-08 Thread Raphaël Beamonte
2015-09-07 4:38 GMT-04:00 Jiri Olsa : > 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 Olsa > --- >

[PATCH 3/5] perf tools: Propagate error info for the tracepoint parsing

2015-09-07 Thread Jiri Olsa
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 Olsa --- tools/perf/util/parse-events.c | 27 +++