Re: [PATCH v2] perf: cs-etm: Update to build with latest opencsd version.

2020-05-05 Thread Arnaldo Carvalho de Melo
Em Mon, May 04, 2020 at 11:06:18AM -0600, Mathieu Poirier escreveu: > On Fri, May 01, 2020 at 03:36:15PM +0100, Mike Leach wrote: > > OpenCSD version v0.14.0 adds in a new output element. This is represented > > by a new value in the generic element type enum, which must be added to > > the handlin

Re: [PATCH v2] perf: cs-etm: Update to build with latest opencsd version.

2020-05-04 Thread Mathieu Poirier
On Fri, May 01, 2020 at 03:36:15PM +0100, Mike Leach wrote: > OpenCSD version v0.14.0 adds in a new output element. This is represented > by a new value in the generic element type enum, which must be added to > the handling code in perf cs-etm-decoder to prevent build errors due to > build options

Re: [PATCH v2] perf: cs-etm: Update to build with latest opencsd version.

2020-05-01 Thread Leo Yan
On Fri, May 01, 2020 at 03:36:15PM +0100, Mike Leach wrote: > OpenCSD version v0.14.0 adds in a new output element. This is represented > by a new value in the generic element type enum, which must be added to > the handling code in perf cs-etm-decoder to prevent build errors due to > build options

[PATCH v2] perf: cs-etm: Update to build with latest opencsd version.

2020-05-01 Thread Mike Leach
OpenCSD version v0.14.0 adds in a new output element. This is represented by a new value in the generic element type enum, which must be added to the handling code in perf cs-etm-decoder to prevent build errors due to build options on the perf project. This element is not currently used by the per