Deleted Added
sdiff udiff text old ( 8335:9228e00459d4 ) new ( 8471:18e560ba1539 )
full compact
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

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

168DebugFlag('ExecTicks')
169DebugFlag('ExecMicro')
170DebugFlag('ExecMacro')
171DebugFlag('ExecUser')
172DebugFlag('ExecKernel')
173DebugFlag('ExecAsid')
174DebugFlag('Fetch')
175DebugFlag('IntrControl')
176DebugFlag('PCEvent')
177DebugFlag('Quiesce')
178
179CompoundFlag('ExecAll', [ 'ExecEnable', 'ExecCPSeq', 'ExecEffAddr',
180 'ExecFaulting', 'ExecFetchSeq', 'ExecOpClass', 'ExecRegDelta',
181 'ExecResult', 'ExecSpeculative', 'ExecSymbol', 'ExecThread',
182 'ExecTicks', 'ExecMicro', 'ExecMacro', 'ExecUser', 'ExecKernel',
183 'ExecAsid' ])
184CompoundFlag('Exec', [ 'ExecEnable', 'ExecTicks', 'ExecOpClass', 'ExecThread',
185 'ExecEffAddr', 'ExecResult', 'ExecSymbol', 'ExecMicro', 'ExecFaulting',
186 'ExecUser', 'ExecKernel' ])
187CompoundFlag('ExecNoTicks', [ 'ExecEnable', 'ExecOpClass', 'ExecThread',
188 'ExecEffAddr', 'ExecResult', 'ExecMicro', 'ExecFaulting',
189 'ExecUser', 'ExecKernel' ])