This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ETM trace capture from DS-5 FVP

Hello,

Is there a way to dump the ETM trace (using DTSL) from a VE_AEMv8x1 FVP? I would like to store the RAW trace somewhere so I can process it later.

Thank you,

Andrei

Parents
  • Hi Andrei,

    Firstly, I must apologise for the delay in getting back to you on this.

    Yes this is easy, to dump the trace out of any trace capture device, be it on the model or hardware, you can use the 'trace dump' command.

    It will require a directory to be specified and then it will dump out the raw CoreSight-formatted trace data.

    The command might be :

    trace dump c:\temp\mytracedump

    and then within c:\temp\mytracedump the raw trace data is contained within the FMTrace_0.bin in this case.

    I hope that answers your question and I must again apologise for the delay.

    Regards,

    Stuart

Reply
  • Hi Andrei,

    Firstly, I must apologise for the delay in getting back to you on this.

    Yes this is easy, to dump the trace out of any trace capture device, be it on the model or hardware, you can use the 'trace dump' command.

    It will require a directory to be specified and then it will dump out the raw CoreSight-formatted trace data.

    The command might be :

    trace dump c:\temp\mytracedump

    and then within c:\temp\mytracedump the raw trace data is contained within the FMTrace_0.bin in this case.

    I hope that answers your question and I must again apologise for the delay.

    Regards,

    Stuart

Children