scons: rename TraceFlags to DebugFlags
This commit is contained in:
@@ -137,7 +137,7 @@ if env['FULL_SYSTEM']:
|
||||
|
||||
if env['USE_CHECKER']:
|
||||
Source('checker/cpu.cc')
|
||||
TraceFlag('Checker')
|
||||
DebugFlag('Checker')
|
||||
checker_supports = False
|
||||
for i in CheckerSupportedCPUList:
|
||||
if i in env['CPU_MODELS']:
|
||||
@@ -149,32 +149,32 @@ if env['USE_CHECKER']:
|
||||
print ", please set USE_CHECKER=False or use one of those CPU models"
|
||||
Exit(1)
|
||||
|
||||
TraceFlag('Activity')
|
||||
TraceFlag('Commit')
|
||||
TraceFlag('Context')
|
||||
TraceFlag('Decode')
|
||||
TraceFlag('DynInst')
|
||||
TraceFlag('ExecEnable')
|
||||
TraceFlag('ExecCPSeq')
|
||||
TraceFlag('ExecEffAddr')
|
||||
TraceFlag('ExecFaulting', 'Trace faulting instructions')
|
||||
TraceFlag('ExecFetchSeq')
|
||||
TraceFlag('ExecOpClass')
|
||||
TraceFlag('ExecRegDelta')
|
||||
TraceFlag('ExecResult')
|
||||
TraceFlag('ExecSpeculative')
|
||||
TraceFlag('ExecSymbol')
|
||||
TraceFlag('ExecThread')
|
||||
TraceFlag('ExecTicks')
|
||||
TraceFlag('ExecMicro')
|
||||
TraceFlag('ExecMacro')
|
||||
TraceFlag('ExecUser')
|
||||
TraceFlag('ExecKernel')
|
||||
TraceFlag('ExecAsid')
|
||||
TraceFlag('Fetch')
|
||||
TraceFlag('IntrControl')
|
||||
TraceFlag('PCEvent')
|
||||
TraceFlag('Quiesce')
|
||||
DebugFlag('Activity')
|
||||
DebugFlag('Commit')
|
||||
DebugFlag('Context')
|
||||
DebugFlag('Decode')
|
||||
DebugFlag('DynInst')
|
||||
DebugFlag('ExecEnable')
|
||||
DebugFlag('ExecCPSeq')
|
||||
DebugFlag('ExecEffAddr')
|
||||
DebugFlag('ExecFaulting', 'Trace faulting instructions')
|
||||
DebugFlag('ExecFetchSeq')
|
||||
DebugFlag('ExecOpClass')
|
||||
DebugFlag('ExecRegDelta')
|
||||
DebugFlag('ExecResult')
|
||||
DebugFlag('ExecSpeculative')
|
||||
DebugFlag('ExecSymbol')
|
||||
DebugFlag('ExecThread')
|
||||
DebugFlag('ExecTicks')
|
||||
DebugFlag('ExecMicro')
|
||||
DebugFlag('ExecMacro')
|
||||
DebugFlag('ExecUser')
|
||||
DebugFlag('ExecKernel')
|
||||
DebugFlag('ExecAsid')
|
||||
DebugFlag('Fetch')
|
||||
DebugFlag('IntrControl')
|
||||
DebugFlag('PCEvent')
|
||||
DebugFlag('Quiesce')
|
||||
|
||||
CompoundFlag('ExecAll', [ 'ExecEnable', 'ExecCPSeq', 'ExecEffAddr',
|
||||
'ExecFaulting', 'ExecFetchSeq', 'ExecOpClass', 'ExecRegDelta',
|
||||
|
||||
Reference in New Issue
Block a user