mem: Add tracing support in the communication monitor
Review Request #1574 - Created Dec. 6, 2012 and submitted
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9369:aa9d2425a301 --------------------------- mem: Add tracing support in the communication monitor This patch adds packet tracing to the communication monitor using a protobuf as the mechanism for creating the trace. If no file is specified, then the tracing is disabled. If a file is specified, then for every packet that is successfully sent, a protobuf message is serialized to the file.
util/regress all passing (disregarding t1000 and eio)
Ship It!
Review request changed
Updated (Dec. 11, 2012, 10:51 p.m.)
Description: |
|
|||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+139 -17) |
Posted (Jan. 2, 2013, 11:48 p.m.)
-
src/proto/SConscript (Diff revision 2) -
Shouldn't this directory be in the src/mem directory?
Ship It!
