SConscript (5529:9ae69b9cd7fd) | SConscript (5784:8a28646c4bc2) |
---|---|
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 --- 156 unchanged lines hidden (view full) --- 165TraceFlag('ExecFetchSeq') 166TraceFlag('ExecOpClass') 167TraceFlag('ExecRegDelta') 168TraceFlag('ExecResult') 169TraceFlag('ExecSpeculative') 170TraceFlag('ExecSymbol') 171TraceFlag('ExecThread') 172TraceFlag('ExecTicks') | 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 --- 156 unchanged lines hidden (view full) --- 165TraceFlag('ExecFetchSeq') 166TraceFlag('ExecOpClass') 167TraceFlag('ExecRegDelta') 168TraceFlag('ExecResult') 169TraceFlag('ExecSpeculative') 170TraceFlag('ExecSymbol') 171TraceFlag('ExecThread') 172TraceFlag('ExecTicks') |
173TraceFlag('ExecMicro') 174TraceFlag('ExecMacro') |
|
173TraceFlag('Fetch') 174TraceFlag('IntrControl') 175TraceFlag('PCEvent') 176TraceFlag('Quiesce') 177 178CompoundFlag('Exec', [ 'ExecEnable', 'ExecTicks', 'ExecOpClass', 'ExecThread', | 175TraceFlag('Fetch') 176TraceFlag('IntrControl') 177TraceFlag('PCEvent') 178TraceFlag('Quiesce') 179 180CompoundFlag('Exec', [ 'ExecEnable', 'ExecTicks', 'ExecOpClass', 'ExecThread', |
179 'ExecEffAddr', 'ExecResult', 'ExecSymbol' ]) | 181 'ExecEffAddr', 'ExecResult', 'ExecSymbol', 'ExecMicro' ]) |