Re: Decoding the PTM traces

2012-11-15 Thread Arun KS
Hello Arve, On Thu, Nov 15, 2012 at 9:11 AM, Arun KS wrote: > Hello Arve, > > On Thu, Nov 15, 2012 at 4:55 AM, Arve Hjønnevåg wrote: >> On Wed, Nov 14, 2012 at 6:04 AM, Arun KS wrote: >>> Hello, >>> >>> I m trying to capture and decode PTM trace from C

Re: Decoding the PTM traces

2012-11-14 Thread Arun KS
Hello Arve, On Thu, Nov 15, 2012 at 4:55 AM, Arve Hjønnevåg wrote: > On Wed, Nov 14, 2012 at 6:04 AM, Arun KS wrote: >> Hello, >> >> I m trying to capture and decode PTM trace from Cortex A9 dual core. >> >> I m successful in configuring the driver(arch/arm

Re: Decoding the PTM traces

2012-11-14 Thread Arun KS
bug freeze issues using PTM traces. When a device is in freeze, my intention is to collect PTM traces from ETB and decode. So that I ll get traces of last few branches and exceptions. Thanks, Arun > > Hope this helps. Feel free to ask for clarification. > > Cheers, > Punit > > &

Decoding the PTM traces

2012-11-14 Thread Arun KS
Hello, I m trying to capture and decode PTM trace from Cortex A9 dual core. I m successful in configuring the driver(arch/arm/kernel/etm.c) and setting the funnel to get data in ETB. But I don't know how to decode these traces. Anyone has any pointers? Thanks, Arun ___