Add "All" compund flag to enable all defined trace flags.
--HG-- extra : convert_revision : dcc699d8341f762dee659290cd35206e326e1179
This commit is contained in:
parent
e78684fc6c
commit
a78e92381b
1 changed files with 2 additions and 1 deletions
|
@ -182,7 +182,8 @@ compoundFlagMap = {
|
|||
'EthernetNoData' : [ 'Ethernet', 'EthernetPIO', 'EthernetDesc', 'EthernetIntr', 'EthernetSM', 'EthernetCksum' ],
|
||||
'IdeAll' : [ 'IdeCtrl', 'IdeDisk' ],
|
||||
'O3CPUAll' : [ 'Fetch', 'Decode', 'Rename', 'IEW', 'Commit', 'IQ', 'ROB', 'FreeList', 'RenameMap', 'LSQ', 'LSQUnit', 'StoreSet', 'MemDepUnit', 'DynInst', 'FullCPU', 'O3CPU', 'Activity','Scoreboard','Writeback'],
|
||||
'OzoneCPUAll' : [ 'BE', 'FE', 'IBE', 'OzoneLSQ', 'OzoneCPU']
|
||||
'OzoneCPUAll' : [ 'BE', 'FE', 'IBE', 'OzoneLSQ', 'OzoneCPU'],
|
||||
'All' : baseFlags
|
||||
}
|
||||
|
||||
#############################################################
|
||||
|
|
Loading…
Reference in a new issue