Re: [PATCH] perf record: Support aarch64 random socket_id assignment

From: Arnaldo Carvalho de Melo
Date: Tue Aug 13 2019 - 10:23:39 EST


Em Fri, Aug 02, 2019 at 03:09:26PM +0200, Jiri Olsa escreveu:
> On Fri, Aug 02, 2019 at 11:48:57AM +0800, Tan Xiaojun wrote:
> > Same as the commit 01766229533f ("perf record: Support s390 random
> > socket_id assignment"), aarch64 also have this problem.
> >
> > Without this fix:
> > [root@localhost perf]# ./perf report --header -I -v
> > ...
> > socket_id number is too big.You may need to upgrade the perf tool.
> >
> > # ========
> > # captured on : Thu Aug 1 22:58:38 2019
> > # header version : 1
> > ...
> > # Core ID and Socket ID information is not available
> > ...
> >
> > With this fix:
> > [root@localhost perf]# ./perf report --header -I -v

Thanks, applied.

- Arnaldo