Re: [PATCH v7 0/3] perf arm-spe: Add support for synthetic events

2020-05-29 Thread Leo Yan
On Fri, May 29, 2020 at 01:18:30PM -0300, Arnaldo Carvalho de Melo wrote: > Em Fri, May 29, 2020 at 11:28:01PM +0800, Leo Yan escreveu: > > Hi James, > > > > On Fri, May 29, 2020 at 03:58:23PM +0100, James Clark wrote: > > > Hi Will and Leo, > > > > > > I've tested this on an Arm N1 machine and i

Re: [PATCH v7 0/3] perf arm-spe: Add support for synthetic events

2020-05-29 Thread Arnaldo Carvalho de Melo
Em Fri, May 29, 2020 at 11:28:01PM +0800, Leo Yan escreveu: > Hi James, > > On Fri, May 29, 2020 at 03:58:23PM +0100, James Clark wrote: > > Hi Will and Leo, > > > > I've tested this on an Arm N1 machine and it looks good to me. > > This is great! Will respin the new patch set with adding your

Re: [PATCH v7 0/3] perf arm-spe: Add support for synthetic events

2020-05-29 Thread Leo Yan
Hi James, On Fri, May 29, 2020 at 03:58:23PM +0100, James Clark wrote: > Hi Will and Leo, > > I've tested this on an Arm N1 machine and it looks good to me. This is great! Will respin the new patch set with adding your test tag and send to ML. Thanks a lot for the effort. Hi Will, Arnaldo, so

Re: [PATCH v7 0/3] perf arm-spe: Add support for synthetic events

2020-05-29 Thread James Clark
Hi Will and Leo, I've tested this on an Arm N1 machine and it looks good to me. James On 26/05/2020 20:54, Will Deacon wrote: > On Tue, May 26, 2020 at 06:43:37PM +0800, Leo Yan wrote: >> On Tue, May 26, 2020 at 11:26:03AM +0100, Will Deacon wrote: >>> On Fri, May 22, 2020 at 11:09:19AM +0800,

Re: [PATCH v7 0/3] perf arm-spe: Add support for synthetic events

2020-05-26 Thread Arnaldo Carvalho de Melo
On May 26, 2020 4:54:39 PM GMT-03:00, Will Deacon wrote: >On Tue, May 26, 2020 at 06:43:37PM +0800, Leo Yan wrote: >> On Tue, May 26, 2020 at 11:26:03AM +0100, Will Deacon wrote: >> > On Fri, May 22, 2020 at 11:09:19AM +0800, Leo Yan wrote: >> > > On Mon, May 04, 2020 at 07:56:22PM +0800, Leo Y

Re: [PATCH v7 0/3] perf arm-spe: Add support for synthetic events

2020-05-26 Thread Will Deacon
On Tue, May 26, 2020 at 06:43:37PM +0800, Leo Yan wrote: > On Tue, May 26, 2020 at 11:26:03AM +0100, Will Deacon wrote: > > On Fri, May 22, 2020 at 11:09:19AM +0800, Leo Yan wrote: > > > On Mon, May 04, 2020 at 07:56:22PM +0800, Leo Yan wrote: > > > > This patch set is to support synthetic events w

Re: [PATCH v7 0/3] perf arm-spe: Add support for synthetic events

2020-05-26 Thread Leo Yan
Hi Will, On Tue, May 26, 2020 at 11:26:03AM +0100, Will Deacon wrote: > On Fri, May 22, 2020 at 11:09:19AM +0800, Leo Yan wrote: > > On Mon, May 04, 2020 at 07:56:22PM +0800, Leo Yan wrote: > > > This patch set is to support synthetic events with enabling Arm SPE > > > decoder. Since before Xiaoj

Re: [PATCH v7 0/3] perf arm-spe: Add support for synthetic events

2020-05-26 Thread Will Deacon
On Fri, May 22, 2020 at 11:09:19AM +0800, Leo Yan wrote: > On Mon, May 04, 2020 at 07:56:22PM +0800, Leo Yan wrote: > > This patch set is to support synthetic events with enabling Arm SPE > > decoder. Since before Xiaojun Tan (Hisilicon) and James Clark (Arm) > > have contributed much for this tas

Re: [PATCH v7 0/3] perf arm-spe: Add support for synthetic events

2020-05-21 Thread Leo Yan
Hi, On Mon, May 04, 2020 at 07:56:22PM +0800, Leo Yan wrote: > This patch set is to support synthetic events with enabling Arm SPE > decoder. Since before Xiaojun Tan (Hisilicon) and James Clark (Arm) > have contributed much for this task, so this patch set is based on their > privous work and po