SConscript (8335:9228e00459d4) SConscript (8471:18e560ba1539)
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')
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('O3PipeView')
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' ])
177DebugFlag('PCEvent')
178DebugFlag('Quiesce')
179
180CompoundFlag('ExecAll', [ 'ExecEnable', 'ExecCPSeq', 'ExecEffAddr',
181 'ExecFaulting', 'ExecFetchSeq', 'ExecOpClass', 'ExecRegDelta',
182 'ExecResult', 'ExecSpeculative', 'ExecSymbol', 'ExecThread',
183 'ExecTicks', 'ExecMicro', 'ExecMacro', 'ExecUser', 'ExecKernel',
184 'ExecAsid' ])
185CompoundFlag('Exec', [ 'ExecEnable', 'ExecTicks', 'ExecOpClass', 'ExecThread',
186 'ExecEffAddr', 'ExecResult', 'ExecSymbol', 'ExecMicro', 'ExecFaulting',
187 'ExecUser', 'ExecKernel' ])
188CompoundFlag('ExecNoTicks', [ 'ExecEnable', 'ExecOpClass', 'ExecThread',
189 'ExecEffAddr', 'ExecResult', 'ExecMicro', 'ExecFaulting',
190 'ExecUser', 'ExecKernel' ])