SConscript (2716:b9114064d77a) SConscript (2736:98dcdc08884d)
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 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

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

80 base/stats/statdb.cc
81 base/stats/visit.cc
82 base/stats/text.cc
83
84 cpu/activity.cc
85 cpu/base.cc
86 cpu/cpuevent.cc
87 cpu/exetrace.cc
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 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

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

80 base/stats/statdb.cc
81 base/stats/visit.cc
82 base/stats/text.cc
83
84 cpu/activity.cc
85 cpu/base.cc
86 cpu/cpuevent.cc
87 cpu/exetrace.cc
88 cpu/func_unit.cc
88 cpu/op_class.cc
89 cpu/pc_event.cc
90 cpu/quiesce_event.cc
91 cpu/static_inst.cc
92 cpu/sampler/sampler.cc
93 cpu/simple_thread.cc
94 cpu/thread_state.cc
95
89 cpu/op_class.cc
90 cpu/pc_event.cc
91 cpu/quiesce_event.cc
92 cpu/static_inst.cc
93 cpu/sampler/sampler.cc
94 cpu/simple_thread.cc
95 cpu/thread_state.cc
96
96 encumbered/cpu/full/fu_pool.cc
97
98 mem/bridge.cc
99 mem/bus.cc
100 mem/connector.cc
101 mem/mem_object.cc
102 mem/packet.cc
103 mem/physical.cc
104 mem/port.cc
105

--- 293 unchanged lines hidden ---
97 mem/bridge.cc
98 mem/bus.cc
99 mem/connector.cc
100 mem/mem_object.cc
101 mem/packet.cc
102 mem/physical.cc
103 mem/port.cc
104

--- 293 unchanged lines hidden ---