Re: [PATCH V2 04/14] perf script: Set up output options for in-stream attributes

2013-10-22 Thread Adrian Hunter
On 23/10/13 09:15, David Ahern wrote: > On 10/22/13 8:34 AM, Adrian Hunter wrote: >> +static int process_attr(struct perf_tool *tool, union perf_event *event, >> +struct perf_evlist **pevlist) >> +{ >> +struct perf_script *scr = container_of(tool, struct perf_script, tool); >> +

Re: [PATCH V2 04/14] perf script: Set up output options for in-stream attributes

2013-10-22 Thread David Ahern
On 10/22/13 8:34 AM, Adrian Hunter wrote: +static int process_attr(struct perf_tool *tool, union perf_event *event, + struct perf_evlist **pevlist) +{ + struct perf_script *scr = container_of(tool, struct perf_script, tool); + struct perf_evlist *evlist; +