The execution tracing is mostly separate from the debug tracing. See src/cpu/exetrace.* for more. Execution traces get printed out when the dump() method is called on the ExeTracerRecord object.
Steve On Sun, Oct 14, 2012 at 6:34 PM, Shen Yiran <[email protected]> wrote: > Hi All, > > I am looking into gem5 src code but cannot figure out where the trace data > is dealt with in the src code. I find some object called tracedata in > cpu/simple/base.cc. I am wondering is this where all the traces are stored? > And how it is read out by other function. > > Thanks a lot. > > Regards, > -Jacob > > > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
