Tracing now works for upto 4 threads. Easy change to get it to work for more, but...
authorErik Hallnor <ehallnor@umich.edu>
Tue, 8 Jun 2004 23:52:49 +0000 (19:52 -0400)
committerErik Hallnor <ehallnor@umich.edu>
Tue, 8 Jun 2004 23:52:49 +0000 (19:52 -0400)
commite7c7c92184e7a077ee0a5a80b62e0d7797d73ddb
treeeae403f9b526d31dc94fdd50d03a0c130dd118e9
parent5f4297e865eab5b28c2c17711ecf590934961335
Tracing now works for upto 4 threads. Easy change to get it to work for more, but I don't have any test handy to test it.

cpu/trace/reader/m5_reader.cc:
    Add thread num.
cpu/trace/trace_cpu.cc:
    Increase thread count to 4, might want to make this a parameter (but it only really costs us storage).

--HG--
extra : convert_revision : 97cd7843668a3ef85aad06e3180dc04d2ca30ac1
cpu/trace/reader/m5_reader.cc
cpu/trace/trace_cpu.cc