summaryrefslogtreecommitdiff
path: root/base/traceflags.py
diff options
context:
space:
mode:
Diffstat (limited to 'base/traceflags.py')
-rw-r--r--base/traceflags.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/base/traceflags.py b/base/traceflags.py
index 8b4208660..a1fb45177 100644
--- a/base/traceflags.py
+++ b/base/traceflags.py
@@ -132,6 +132,9 @@ baseFlags = [
'ROB',
'FreeList',
'RenameMap',
+ 'LDSTQ',
+ 'StoreSet',
+ 'MemDepUnit',
'DynInst',
'FullCPU'
]
@@ -150,7 +153,7 @@ compoundFlagMap = {
'DiskImageAll' : [ 'DiskImage', 'DiskImageRead', 'DiskImageWrite' ],
'EthernetAll' : [ 'Ethernet', 'EthernetPIO', 'EthernetDMA', 'EthernetData' , 'EthernetDesc', 'EthernetIntr', 'EthernetSM', 'EthernetCksum' ],
'IdeAll' : [ 'IdeCtrl', 'IdeDisk' ],
- 'FullCPUAll' : [ 'Fetch', 'Decode', 'Rename', 'IEW', 'Commit', 'IQ', 'ROB', 'FreeList', 'RenameMap', 'DynInst', 'FullCPU']
+ 'FullCPUAll' : [ 'Fetch', 'Decode', 'Rename', 'IEW', 'Commit', 'IQ', 'ROB', 'FreeList', 'RenameMap', 'LDSTQ', 'StoreSet', 'MemDepUnit', 'DynInst', 'FullCPU']
}
#############################################################