SConscript (7768:cdb18c1b51ea) SConscript (7861:4ebff121cc0e)
1# -*- mode:python -*-
2
3# Copyright (c) 2006 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 59 unchanged lines hidden (view full) ---

68TraceFlag('Fault')
69TraceFlag('Flow')
70TraceFlag('IPI')
71TraceFlag('IPR')
72TraceFlag('Interrupt')
73TraceFlag('Loader')
74TraceFlag('Stack')
75TraceFlag('SyscallVerbose')
1# -*- mode:python -*-
2
3# Copyright (c) 2006 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 59 unchanged lines hidden (view full) ---

68TraceFlag('Fault')
69TraceFlag('Flow')
70TraceFlag('IPI')
71TraceFlag('IPR')
72TraceFlag('Interrupt')
73TraceFlag('Loader')
74TraceFlag('Stack')
75TraceFlag('SyscallVerbose')
76TraceFlag('TimeSync')
76TraceFlag('TLB')
77TraceFlag('Thread')
78TraceFlag('Timer')
79TraceFlag('VtoPhys')
77TraceFlag('TLB')
78TraceFlag('Thread')
79TraceFlag('Timer')
80TraceFlag('VtoPhys')