Re: [PATCH 1/2] perf, tools, stat: Use xyarray dimensions to iterate fds

From: Arnaldo Carvalho de Melo
Date: Wed Feb 21 2018 - 09:38:00 EST


Em Wed, Feb 21, 2018 at 03:33:11PM +0100, Jiri Olsa escreveu:
> On Thu, Oct 05, 2017 at 07:00:28PM -0700, Andi Kleen wrote:
> > From: Andi Kleen <ak@xxxxxxxxxxxxxxx>
> >
> > Now that the xyarray stores the dimensions we can use those
> > to iterate over the FDs for a evsel.
> >
> > Signed-off-by: Andi Kleen <ak@xxxxxxxxxxxxxxx>
>
> Acked-by: Jiri Olsa <jolsa@xxxxxxxxxx>

Thanks, applied, and also sorry for having overlooked this :-\

- Arnaldo