On Tue, 27 Nov 2012, Tianyun Zhang wrote:
Thanks. I read it, but it seems like I need to know the exact tick time when the system finishes booting and then set the trace-time flag. But it's hard to know the tick time because every time it is different. Thanks again
I would expect the system to boot in almost the same time every time you run, so it should not be that big a problem. Or else you can do more work. Implement a pseudo instruction that sets the global variable 'enable' to true. You can find the variable in src/base/trace.{hh,cc}. Add this pseudo instruction to the application you are running.
-- Nilay _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
