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

Arm Coresight : Post process for trace

How does post process work for trace verification ?

Parents
  • It depends on what you mean by "post process".  Could you explain exactly what you are trying to do?

    What type of target are you trying to verify?

    Usually users would run the captured trace data through a trace decoder utility or a debugger with trace decode capabilities and check to see if the trace data had:

    - corrupted/invalid trace
    - buffer overflow errors/warnings
    - instruction and data traced match expected output
    - compare output to known good trace data
    etc...

Reply
  • It depends on what you mean by "post process".  Could you explain exactly what you are trying to do?

    What type of target are you trying to verify?

    Usually users would run the captured trace data through a trace decoder utility or a debugger with trace decode capabilities and check to see if the trace data had:

    - corrupted/invalid trace
    - buffer overflow errors/warnings
    - instruction and data traced match expected output
    - compare output to known good trace data
    etc...

Children
No data