Traceflags: Add SCons function to created a traceflag instead of having one file with them all.
--HG-- extra : convert_revision : 427f6bd8f050861ace3bc0d354a1afa5fc8319e6
This commit is contained in:
@@ -58,3 +58,18 @@ else:
|
||||
|
||||
Source('process.cc')
|
||||
Source('syscall_emul.cc')
|
||||
|
||||
TraceFlag('Config')
|
||||
TraceFlag('Event')
|
||||
TraceFlag('Fault')
|
||||
TraceFlag('Flow')
|
||||
TraceFlag('IPI')
|
||||
TraceFlag('IPR')
|
||||
TraceFlag('Interrupt')
|
||||
TraceFlag('Loader')
|
||||
TraceFlag('Stack')
|
||||
TraceFlag('SyscallVerbose')
|
||||
TraceFlag('TLB')
|
||||
TraceFlag('Thread')
|
||||
TraceFlag('Timer')
|
||||
TraceFlag('VtoPhys')
|
||||
|
||||
Reference in New Issue
Block a user