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

2018-07-01 Thread leo . yan
Hi Arnaldo, On Tue, Jun 19, 2018 at 03:19:43PM -0300, Arnaldo Carvalho de Melo wrote: > Em Tue, Jun 19, 2018 at 11:46:02AM -0600, Mathieu Poirier escreveu: > > On Sun, 17 Jun 2018 at 23:10, Leo Yan wrote: > > > > > > Due the current code is missing to handle cs-etm start tracing packet > > > and

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

2018-07-01 Thread leo . yan
Hi Arnaldo, On Tue, Jun 19, 2018 at 03:19:43PM -0300, Arnaldo Carvalho de Melo wrote: > Em Tue, Jun 19, 2018 at 11:46:02AM -0600, Mathieu Poirier escreveu: > > On Sun, 17 Jun 2018 at 23:10, Leo Yan wrote: > > > > > > Due the current code is missing to handle cs-etm start tracing packet > > > and

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

2018-06-19 Thread Arnaldo Carvalho de Melo
Em Tue, Jun 19, 2018 at 11:46:02AM -0600, Mathieu Poirier escreveu: > On Sun, 17 Jun 2018 at 23:10, Leo Yan wrote: > > > > 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

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

2018-06-19 Thread Arnaldo Carvalho de Melo
Em Tue, Jun 19, 2018 at 11:46:02AM -0600, Mathieu Poirier escreveu: > On Sun, 17 Jun 2018 at 23:10, Leo Yan wrote: > > > > 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

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

2018-06-19 Thread Mathieu Poirier
On Sun, 17 Jun 2018 at 23:10, Leo Yan wrote: > > 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

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

2018-06-19 Thread Mathieu Poirier
On Sun, 17 Jun 2018 at 23:10, Leo Yan wrote: > > 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

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

2018-06-17 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

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

2018-06-17 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