Re: [PATCH v2 0/6] perf cs-etm: Fix tracing packet handling and minor refactoring

2018-07-31 Thread leo . yan
On Tue, Jul 31, 2018 at 11:24:45AM -0300, Arnaldo Carvalho de Melo wrote: > Em Mon, Jul 23, 2018 at 09:35:07AM +0800, leo@linaro.org escreveu: > > Hi Arnaldo, > > > > On Wed, Jul 11, 2018 at 03:45:39PM +0800, Leo Yan wrote: > > > > Just want to confirm, I saw the first two patches in this ser

Re: [PATCH v2 0/6] perf cs-etm: Fix tracing packet handling and minor refactoring

2018-07-31 Thread Arnaldo Carvalho de Melo
Em Mon, Jul 23, 2018 at 09:35:07AM +0800, leo@linaro.org escreveu: > Hi Arnaldo, > > On Wed, Jul 11, 2018 at 03:45:39PM +0800, Leo Yan wrote: > > Just want to confirm, I saw the first two patches in this serise have > been merged into perf/core branch [1], but the last 4 patches are > missed.

Re: [PATCH v2 0/6] perf cs-etm: Fix tracing packet handling and minor refactoring

2018-07-22 Thread leo . yan
Hi Arnaldo, On Wed, Jul 11, 2018 at 03:45:39PM +0800, Leo Yan wrote: Just want to confirm, I saw the first two patches in this serise have been merged into perf/core branch [1], but the last 4 patches are missed. Could I know if you have trouble when you apply them? Or anything need me to follo

[PATCH v2 0/6] perf cs-etm: Fix tracing packet handling and minor refactoring

2018-07-11 Thread Leo Yan
Due the current code is missing to handle cs-etm start tracing packet and CS_ETM_TRACE_ON packet, we fail to generate branch sample for them. This patch series is to fix cs-etm tracing packet handling: Patch 0001 is to add invalid address macro for readable coding; Patch 0002 is one minor fixing