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

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

55
56TraceFlag('Bus')
57TraceFlag('BusAddrRanges')
58TraceFlag('BusBridge')
59TraceFlag('LLSC')
60TraceFlag('MMU')
61TraceFlag('MemoryAccess')
62
63TraceFlag('ProtocolTrace')
64TraceFlag('RubyCache')
65TraceFlag('RubyDma')
66TraceFlag('RubyGenerated')
67TraceFlag('RubyMemory')
68TraceFlag('RubyNetwork')
69TraceFlag('RubyQueue')
70TraceFlag('RubyPort')
71TraceFlag('RubySlicc')
72TraceFlag('RubyStorebuffer')
73TraceFlag('RubyTester')
74
75CompoundFlag('Ruby', [ 'RubyQueue', 'RubyNetwork', 'RubyTester',
76 'RubyGenerated', 'RubySlicc', 'RubyStorebuffer', 'RubyCache',
77 'RubyMemory', 'RubyDma'])