How does post process work for trace verification ?
Hi rupeshblr,
I have moved your question to the Software Tools community as a member of this community should be able to help you.
Thanks
Ryan
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 dataetc...