I found a bug while trying to generate trace file for thread execution. At first, --trace-thread returned wrong value for thread tid and start time. For example, tids for all the threads are 3211264.
Actually, this bug can be fixed by changing from "Addr offset" to "ini32_t offset" in line106 and line 119 of threadinfo.hh. After this change, I got the right thread pid. All the best. Yi Xiang _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
