Re: [PATCH v1 2/2] perf test: Avoid infinite loop for task exit case

2019-10-14 Thread Leo Yan
On Mon, Oct 14, 2019 at 11:11:36AM -0300, Arnaldo Carvalho de Melo wrote: > Em Fri, Oct 11, 2019 at 05:19:42PM +0800, Leo Yan escreveu: > > When execute task exit testing case, Perf tool stucks in this case and > > doesn't return back on Arm64 Juno board. > > > > After dig into this issue, since J

Re: [PATCH v1 2/2] perf test: Avoid infinite loop for task exit case

2019-10-14 Thread Arnaldo Carvalho de Melo
Em Fri, Oct 11, 2019 at 05:19:42PM +0800, Leo Yan escreveu: > When execute task exit testing case, Perf tool stucks in this case and > doesn't return back on Arm64 Juno board. > > After dig into this issue, since Juno board has Arm's big.LITTLE CPUs, > thus the PMUs are not compatible between the

Re: [PATCH v1 2/2] perf test: Avoid infinite loop for task exit case

2019-10-11 Thread Arnaldo Carvalho de Melo
Em Fri, Oct 11, 2019 at 05:19:42PM +0800, Leo Yan escreveu: > When execute task exit testing case, Perf tool stucks in this case and > doesn't return back on Arm64 Juno board. > > After dig into this issue, since Juno board has Arm's big.LITTLE CPUs, > thus the PMUs are not compatible between the

[PATCH v1 2/2] perf test: Avoid infinite loop for task exit case

2019-10-11 Thread Leo Yan
When execute task exit testing case, Perf tool stucks in this case and doesn't return back on Arm64 Juno board. After dig into this issue, since Juno board has Arm's big.LITTLE CPUs, thus the PMUs are not compatible between the big CPUs and little CPUs. This leads to PMU event cannot be enabled pr