SConscript (9022:bb25e7646c41) SConscript (9024:5851586f399c)
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

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

103SimObject('ExeTracer.py')
104SimObject('IntelTrace.py')
105SimObject('IntrControl.py')
106SimObject('NativeTrace.py')
107
108Source('activity.cc')
109Source('base.cc')
110Source('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

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

103SimObject('ExeTracer.py')
104SimObject('IntelTrace.py')
105SimObject('IntrControl.py')
106SimObject('NativeTrace.py')
107
108Source('activity.cc')
109Source('base.cc')
110Source('cpuevent.cc')
111Source('decode_cache.cc')
112Source('exetrace.cc')
113Source('func_unit.cc')
114Source('inteltrace.cc')
115Source('intr_control.cc')
116Source('nativetrace.cc')
117Source('pc_event.cc')
118Source('profile.cc')
119Source('quiesce_event.cc')

--- 53 unchanged lines hidden ---
111Source('exetrace.cc')
112Source('func_unit.cc')
113Source('inteltrace.cc')
114Source('intr_control.cc')
115Source('nativetrace.cc')
116Source('pc_event.cc')
117Source('profile.cc')
118Source('quiesce_event.cc')

--- 53 unchanged lines hidden ---