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

2018-01-10 Thread Mathieu Poirier
On 9 January 2018 at 22:59, Leo Yan wrote: > Hi Mike, > > On Tue, Jan 09, 2018 at 12:09:58PM +, Mike Leach wrote: >> Hi Leo, >> >> The OCSD_GEN_TRC_ELEM_ADDR_NACC element indicates that the decoder >> does not have an code image mapping for the address contained in the >> trace, at the locatio

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

2018-01-09 Thread Leo Yan
Hi Mike, On Tue, Jan 09, 2018 at 12:09:58PM +, Mike Leach wrote: > Hi Leo, > > The OCSD_GEN_TRC_ELEM_ADDR_NACC element indicates that the decoder > does not have an code image mapping for the address contained in the > trace, at the location described by this element. the payload for the > NA

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

2018-01-09 Thread Mike Leach
Hi Leo, The OCSD_GEN_TRC_ELEM_ADDR_NACC element indicates that the decoder does not have an code image mapping for the address contained in the trace, at the location described by this element. the payload for the NACC element is the memory location it could not address. This means that it cannot

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

2017-12-29 Thread Leo Yan
Hi Mathieu, Mike, On Fri, Dec 15, 2017 at 09:44:54AM -0700, Mathieu Poirier wrote: > Adding functionality to create a CoreSight trace decoder capable > of decoding trace data pushed by a client application. > > Co-authored-by: Tor Jeremiassen > Signed-off-by: Mathieu Poirier > --- > tools/perf

[PATCH 05/10] perf tools: Add support for decoding CoreSight trace data

2017-12-15 Thread Mathieu Poirier
Adding functionality to create a CoreSight trace decoder capable of decoding trace data pushed by a client application. Co-authored-by: Tor Jeremiassen Signed-off-by: Mathieu Poirier --- tools/perf/util/cs-etm-decoder/cs-etm-decoder.c | 119 1 file changed, 119 insertio