Deleted Added
sdiff udiff text old ( 2716:b9114064d77a ) new ( 2736:98dcdc08884d )
full compact
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/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
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 ---