SConscript (7832:de7601e6e19d) SConscript (8161:ebb373fcb206)
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

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

61TraceFlag('MemoryAccess')
62
63TraceFlag('ProtocolTrace')
64TraceFlag('RubyCache')
65TraceFlag('RubyDma')
66TraceFlag('RubyGenerated')
67TraceFlag('RubyMemory')
68TraceFlag('RubyNetwork')
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

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

61TraceFlag('MemoryAccess')
62
63TraceFlag('ProtocolTrace')
64TraceFlag('RubyCache')
65TraceFlag('RubyDma')
66TraceFlag('RubyGenerated')
67TraceFlag('RubyMemory')
68TraceFlag('RubyNetwork')
69TraceFlag('RubyQueue')
70TraceFlag('RubyPort')
69TraceFlag('RubyPort')
70TraceFlag('RubyQueue')
71TraceFlag('RubySlicc')
72TraceFlag('RubyStorebuffer')
73TraceFlag('RubyTester')
74
75CompoundFlag('Ruby', [ 'RubyQueue', 'RubyNetwork', 'RubyTester',
76 'RubyGenerated', 'RubySlicc', 'RubyStorebuffer', 'RubyCache',
71TraceFlag('RubySlicc')
72TraceFlag('RubyStorebuffer')
73TraceFlag('RubyTester')
74
75CompoundFlag('Ruby', [ 'RubyQueue', 'RubyNetwork', 'RubyTester',
76 'RubyGenerated', 'RubySlicc', 'RubyStorebuffer', 'RubyCache',
77 'RubyMemory', 'RubyDma'])
77 'RubyMemory', 'RubyDma', 'RubyPort'])