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

2018-01-16 Thread Jiri Olsa
On Mon, Jan 15, 2018 at 11:13:04AM -0700, Mathieu Poirier wrote: > Hi Arnaldo, > > 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.

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

2018-01-15 Thread Mathieu Poirier
Hi Arnaldo, 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-wide scenarios and ETMv3/PTMv1.1 will follow shortly. Th