SConscript (5192:582e583f8e7e) | SConscript (5217:bb810bb8ca2d) |
---|---|
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 --- 104 unchanged lines hidden (view full) --- 113Source('cpuevent.cc') 114Source('exetrace.cc') 115Source('func_unit.cc') 116Source('inteltrace.cc') 117Source('pc_event.cc') 118Source('quiesce_event.cc') 119Source('static_inst.cc') 120Source('simple_thread.cc') | 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 --- 104 unchanged lines hidden (view full) --- 113Source('cpuevent.cc') 114Source('exetrace.cc') 115Source('func_unit.cc') 116Source('inteltrace.cc') 117Source('pc_event.cc') 118Source('quiesce_event.cc') 119Source('static_inst.cc') 120Source('simple_thread.cc') |
121Source('thread_context.cc') |
|
121Source('thread_state.cc') 122 123if env['FULL_SYSTEM']: 124 SimObject('IntrControl.py') 125 126 Source('intr_control.cc') 127 Source('profile.cc') 128 --- 16 unchanged lines hidden (view full) --- 145 print "Checker only supports CPU models", 146 for i in CheckerSupportedCPUList: 147 print i, 148 print ", please set USE_CHECKER=False or use one of those CPU models" 149 Exit(1) 150 151TraceFlag('Activity') 152TraceFlag('Commit') | 122Source('thread_state.cc') 123 124if env['FULL_SYSTEM']: 125 SimObject('IntrControl.py') 126 127 Source('intr_control.cc') 128 Source('profile.cc') 129 --- 16 unchanged lines hidden (view full) --- 146 print "Checker only supports CPU models", 147 for i in CheckerSupportedCPUList: 148 print i, 149 print ", please set USE_CHECKER=False or use one of those CPU models" 150 Exit(1) 151 152TraceFlag('Activity') 153TraceFlag('Commit') |
154TraceFlag('Context') |
|
153TraceFlag('Decode') 154TraceFlag('DynInst') 155TraceFlag('ExecEnable') 156TraceFlag('ExecCPSeq') 157TraceFlag('ExecEffAddr') 158TraceFlag('ExecFetchSeq') 159TraceFlag('ExecOpClass') 160TraceFlag('ExecRegDelta') --- 12 unchanged lines hidden --- | 155TraceFlag('Decode') 156TraceFlag('DynInst') 157TraceFlag('ExecEnable') 158TraceFlag('ExecCPSeq') 159TraceFlag('ExecEffAddr') 160TraceFlag('ExecFetchSeq') 161TraceFlag('ExecOpClass') 162TraceFlag('ExecRegDelta') --- 12 unchanged lines hidden --- |