SConscript (8471:18e560ba1539) SConscript (8541:27aaee8ec7cc)
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

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

109SimObject('FuncUnit.py')
110SimObject('ExeTracer.py')
111SimObject('IntelTrace.py')
112SimObject('NativeTrace.py')
113
114Source('activity.cc')
115Source('base.cc')
116Source('cpuevent.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

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

109SimObject('FuncUnit.py')
110SimObject('ExeTracer.py')
111SimObject('IntelTrace.py')
112SimObject('NativeTrace.py')
113
114Source('activity.cc')
115Source('base.cc')
116Source('cpuevent.cc')
117Source('decode.cc')
117Source('exetrace.cc')
118Source('func_unit.cc')
119Source('inteltrace.cc')
120Source('nativetrace.cc')
121Source('pc_event.cc')
122Source('quiesce_event.cc')
123Source('static_inst.cc')
124Source('simple_thread.cc')

--- 66 unchanged lines hidden ---
118Source('exetrace.cc')
119Source('func_unit.cc')
120Source('inteltrace.cc')
121Source('nativetrace.cc')
122Source('pc_event.cc')
123Source('quiesce_event.cc')
124Source('static_inst.cc')
125Source('simple_thread.cc')

--- 66 unchanged lines hidden ---