SConscript (9850:87d6b41749e9) SConscript (9913:7f43babfde6a)
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('exetrace.cc')
114Source('func_unit.cc')
115Source('inteltrace.cc')
116Source('intr_control.cc')
117Source('nativetrace.cc')
118Source('pc_event.cc')
119Source('profile.cc')
120Source('quiesce_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

--- 104 unchanged lines hidden (view full) ---

113Source('exetrace.cc')
114Source('func_unit.cc')
115Source('inteltrace.cc')
116Source('intr_control.cc')
117Source('nativetrace.cc')
118Source('pc_event.cc')
119Source('profile.cc')
120Source('quiesce_event.cc')
121Source('reg_class.cc')
121Source('static_inst.cc')
122Source('simple_thread.cc')
123Source('thread_context.cc')
124Source('thread_state.cc')
125
126if env['TARGET_ISA'] == 'sparc':
127 SimObject('LegionTrace.py')
128 Source('legiontrace.cc')

--- 45 unchanged lines hidden ---
122Source('static_inst.cc')
123Source('simple_thread.cc')
124Source('thread_context.cc')
125Source('thread_state.cc')
126
127if env['TARGET_ISA'] == 'sparc':
128 SimObject('LegionTrace.py')
129 Source('legiontrace.cc')

--- 45 unchanged lines hidden ---