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

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

81DebugFlag('ProtocolTrace')
82DebugFlag('RubyCache')
83DebugFlag('RubyCacheTrace')
84DebugFlag('RubyDma')
85DebugFlag('RubyGenerated')
86DebugFlag('RubyMemory')
87DebugFlag('RubyNetwork')
88DebugFlag('RubyPort')
89DebugFlag('RubyPrefetcher')
90DebugFlag('RubyQueue')
91DebugFlag('RubySequencer')
92DebugFlag('RubySlicc')
93DebugFlag('RubySystem')
94DebugFlag('RubyTester')
95DebugFlag('RubyStats')
96DebugFlag('RubyResourceStalls')
97
98CompoundFlag('Ruby', [ 'RubyQueue', 'RubyNetwork', 'RubyTester',
99 'RubyGenerated', 'RubySlicc', 'RubySystem', 'RubyCache',
99 'RubyMemory', 'RubyDma', 'RubyPort', 'RubySequencer', 'RubyCacheTrace'])
100 'RubyMemory', 'RubyDma', 'RubyPort', 'RubySequencer', 'RubyCacheTrace',
101 'RubyPrefetcher'])