SConscript (8739:925f15f96322) | SConscript (8777:dd43f1c9fa0a) |
---|---|
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 --- 108 unchanged lines hidden (view full) --- 117Source('cpuevent.cc') 118Source('decode.cc') 119Source('exetrace.cc') 120Source('func_unit.cc') 121Source('inteltrace.cc') 122Source('intr_control.cc') 123Source('nativetrace.cc') 124Source('pc_event.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 --- 108 unchanged lines hidden (view full) --- 117Source('cpuevent.cc') 118Source('decode.cc') 119Source('exetrace.cc') 120Source('func_unit.cc') 121Source('inteltrace.cc') 122Source('intr_control.cc') 123Source('nativetrace.cc') 124Source('pc_event.cc') |
125Source('profile.cc') |
|
125Source('quiesce_event.cc') 126Source('static_inst.cc') 127Source('simple_thread.cc') 128Source('thread_context.cc') 129Source('thread_state.cc') 130 131if env['FULL_SYSTEM']: | 126Source('quiesce_event.cc') 127Source('static_inst.cc') 128Source('simple_thread.cc') 129Source('thread_context.cc') 130Source('thread_state.cc') 131 132if env['FULL_SYSTEM']: |
132 Source('profile.cc') 133 | |
134 if env['TARGET_ISA'] == 'sparc': 135 SimObject('LegionTrace.py') 136 Source('legiontrace.cc') 137 138if env['USE_CHECKER']: 139 Source('checker/cpu.cc') 140 DebugFlag('Checker') 141 checker_supports = False --- 49 unchanged lines hidden --- | 133 if env['TARGET_ISA'] == 'sparc': 134 SimObject('LegionTrace.py') 135 Source('legiontrace.cc') 136 137if env['USE_CHECKER']: 138 Source('checker/cpu.cc') 139 DebugFlag('Checker') 140 checker_supports = False --- 49 unchanged lines hidden --- |