diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2006-10-12 14:15:09 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2006-10-12 14:15:09 -0400 |
commit | 3ba2ed6aef5a67e2bc66b100680b61f5bca818c8 (patch) | |
tree | 530d233035de47f9f58e05576ceedfd6a32e10a1 /src/base | |
parent | 60252f8e63dae98f2ee7b99336f567a99837edd4 (diff) | |
download | gem5-3ba2ed6aef5a67e2bc66b100680b61f5bca818c8.tar.xz |
add a traceflag for functional accesses
implement fix packet and add the ability to print a packet to a ostream
remove tabs in packet.hh (Could people stop inserting them??!?!?!)
mark const functions in packet.hh as such
src/base/traceflags.py:
add a traceflag for functional accesses
src/mem/packet.cc:
implement fix packet and add the ability to print a packet to a ostream
src/mem/packet.hh:
add the ability to print a packet to an ostream
remove tabs in file
mark const functions as such
--HG--
extra : convert_revision : 4297bce5e1d3abbab48be5bd9eb9e982b751fc7c
Diffstat (limited to 'src/base')
-rw-r--r-- | src/base/traceflags.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/traceflags.py b/src/base/traceflags.py index f871ce35f..e8b17c960 100644 --- a/src/base/traceflags.py +++ b/src/base/traceflags.py @@ -94,6 +94,7 @@ baseFlags = [ 'Flow', 'FreeList', 'FullCPU', + 'FunctionalAccess', 'GDBAcc', 'GDBExtra', 'GDBMisc', |