Re: [PATCH 00/10] perf tools: Add support for CoreSight trace decoding

2018-01-16 Thread Kim Phillips
On Tue, 16 Jan 2018 10:58:06 -0700 Mathieu Poirier wrote: > On Tue, Jan 16, 2018 at 11:01:02AM -0600, Kim Phillips wrote: > > On Tue, 16 Jan 2018 12:35:26 + > > Mike Leach wrote: > > > > > Hi, > > > > > > On 11 January 2018 at 22:18, Mathieu Poirier > > > wrote: > > > > On 11 January 201

Re: [PATCH 00/10] perf tools: Add support for CoreSight trace decoding

2018-01-16 Thread Mathieu Poirier
On Tue, Jan 16, 2018 at 11:01:02AM -0600, Kim Phillips wrote: > On Tue, 16 Jan 2018 12:35:26 + > Mike Leach wrote: > > > Hi, > > > > On 11 January 2018 at 22:18, Mathieu Poirier > > wrote: > > > On 11 January 2018 at 14:49, Kim Phillips wrote: > > >> On Thu, 11 Jan 2018 14:11:00 -0700 > >

Re: [PATCH 00/10] perf tools: Add support for CoreSight trace decoding

2018-01-16 Thread Kim Phillips
On Tue, 16 Jan 2018 12:35:26 + Mike Leach wrote: > Hi, > > On 11 January 2018 at 22:18, Mathieu Poirier > wrote: > > On 11 January 2018 at 14:49, Kim Phillips wrote: > >> On Thu, 11 Jan 2018 14:11:00 -0700 > >> Mathieu Poirier wrote: > >> > >>> On 11 January 2018 at 10:28, Kim Phillips

Re: [PATCH 00/10] perf tools: Add support for CoreSight trace decoding

2018-01-16 Thread Mike Leach
Hi, On 11 January 2018 at 22:18, Mathieu Poirier wrote: > On 11 January 2018 at 14:49, Kim Phillips wrote: >> On Thu, 11 Jan 2018 14:11:00 -0700 >> Mathieu Poirier wrote: >> >>> On 11 January 2018 at 10:28, Kim Phillips wrote: >>> > On Thu, 11 Jan 2018 08:45:21 -0700 >>> > Mathieu Poirier wro

Re: [PATCH 00/10] perf tools: Add support for CoreSight trace decoding

2018-01-11 Thread Mathieu Poirier
On 11 January 2018 at 14:49, Kim Phillips wrote: > On Thu, 11 Jan 2018 14:11:00 -0700 > Mathieu Poirier wrote: > >> On 11 January 2018 at 10:28, Kim Phillips wrote: >> > On Thu, 11 Jan 2018 08:45:21 -0700 >> > Mathieu Poirier wrote: >> > >> >> On 11 January 2018 at 05:23, Mark Brown wrote: >>

Re: [PATCH 00/10] perf tools: Add support for CoreSight trace decoding

2018-01-11 Thread Kim Phillips
On Thu, 11 Jan 2018 14:11:00 -0700 Mathieu Poirier wrote: > On 11 January 2018 at 10:28, Kim Phillips wrote: > > On Thu, 11 Jan 2018 08:45:21 -0700 > > Mathieu Poirier wrote: > > > >> On 11 January 2018 at 05:23, Mark Brown wrote: > >> > On Wed, Jan 10, 2018 at 06:08:21PM -0600, Kim Phillips w

Re: [PATCH 00/10] perf tools: Add support for CoreSight trace decoding

2018-01-11 Thread Mathieu Poirier
On 11 January 2018 at 10:28, Kim Phillips wrote: > On Thu, 11 Jan 2018 08:45:21 -0700 > Mathieu Poirier wrote: > >> On 11 January 2018 at 05:23, Mark Brown wrote: >> > On Wed, Jan 10, 2018 at 06:08:21PM -0600, Kim Phillips wrote: >> >> Mathieu Poirier wrote: >> > >> >> > Instructions on how to

Re: [PATCH 00/10] perf tools: Add support for CoreSight trace decoding

2018-01-11 Thread Kim Phillips
On Thu, 11 Jan 2018 08:45:21 -0700 Mathieu Poirier wrote: > On 11 January 2018 at 05:23, Mark Brown wrote: > > On Wed, Jan 10, 2018 at 06:08:21PM -0600, Kim Phillips wrote: > >> Mathieu Poirier wrote: > > > >> > Instructions on how to build and install the openCSD library are provided > >> > in

Re: [PATCH 00/10] perf tools: Add support for CoreSight trace decoding

2018-01-11 Thread Mathieu Poirier
On 11 January 2018 at 05:23, Mark Brown wrote: > On Wed, Jan 10, 2018 at 06:08:21PM -0600, Kim Phillips wrote: >> Mathieu Poirier wrote: > >> > Instructions on how to build and install the openCSD library are provided >> > in the HOWTO.md of the project repository. > >> Usually when a perf builde

Re: [PATCH 00/10] perf tools: Add support for CoreSight trace decoding

2018-01-11 Thread Mark Brown
On Wed, Jan 10, 2018 at 06:08:21PM -0600, Kim Phillips wrote: > Mathieu Poirier wrote: > > Instructions on how to build and install the openCSD library are provided > > in the HOWTO.md of the project repository. > Usually when a perf builder sees something they need "on," they - or, > at least

Re: [PATCH 00/10] perf tools: Add support for CoreSight trace decoding

2018-01-10 Thread Kim Phillips
On Fri, 15 Dec 2017 09:44:49 -0700 Mathieu Poirier wrote: > This patchset adds support for per-thread CoreSight trace decoding from the > "perf report" interface. It is largely modelled on what has been done for > intelPT traces and currently targets the ETMv4 architecture. Support for > cpu-w

Re: [PATCH 00/10] perf tools: Add support for CoreSight trace decoding

2018-01-08 Thread Mathieu Poirier
Good day Leo, On 29 December 2017 at 17:51, Leo Yan wrote: > Hi Mathieu, > > On Fri, Dec 15, 2017 at 09:44:49AM -0700, Mathieu Poirier wrote: >> This patchset adds support for per-thread CoreSight trace decoding from the >> "perf report" interface. It is largely modelled on what has been done fo

Re: [PATCH 00/10] perf tools: Add support for CoreSight trace decoding

2017-12-29 Thread Leo Yan
Hi Mathieu, On Fri, Dec 15, 2017 at 09:44:49AM -0700, Mathieu Poirier wrote: > This patchset adds support for per-thread CoreSight trace decoding from the > "perf report" interface. It is largely modelled on what has been done for > intelPT traces and currently targets the ETMv4 architecture. S