How does post process work for trace verification ?
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...