SConscript (7768:cdb18c1b51ea) SConscript (8232:b28d06a175be)
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) ---

168TraceFlag('ExecTicks')
169TraceFlag('ExecMicro')
170TraceFlag('ExecMacro')
171TraceFlag('Fetch')
172TraceFlag('IntrControl')
173TraceFlag('PCEvent')
174TraceFlag('Quiesce')
175
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) ---

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