base.hh (3617:384e3b1eae06) base.hh (3661:efc80a01aeb6)
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

148 Counter max_insts_all_threads;
149 Counter max_loads_any_thread;
150 Counter max_loads_all_threads;
151 Tick clock;
152 bool functionTrace;
153 Tick functionTraceStart;
154 System *system;
155 int cpu_id;
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

148 Counter max_insts_all_threads;
149 Counter max_loads_any_thread;
150 Counter max_loads_all_threads;
151 Tick clock;
152 bool functionTrace;
153 Tick functionTraceStart;
154 System *system;
155 int cpu_id;
156 Tick phase;
156#if FULL_SYSTEM
157 Tick profile;
158
159 bool do_statistics_insts;
160 bool do_checkpoint_insts;
161 bool do_quiesce;
162#endif
163 Tick progress_interval;

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

204 * Vector of per-thread load-based event queues. Used for
205 * scheduling events based on number of loads committed by
206 *a particular thread.
207 */
208 EventQueue **comLoadEventQueue;
209
210 System *system;
211
157#if FULL_SYSTEM
158 Tick profile;
159
160 bool do_statistics_insts;
161 bool do_checkpoint_insts;
162 bool do_quiesce;
163#endif
164 Tick progress_interval;

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

205 * Vector of per-thread load-based event queues. Used for
206 * scheduling events based on number of loads committed by
207 *a particular thread.
208 */
209 EventQueue **comLoadEventQueue;
210
211 System *system;
212
213 Tick phase;
214
212#if FULL_SYSTEM
213 /**
214 * Serialize this object to the given output stream.
215 * @param os The stream to serialize to.
216 */
217 virtual void serialize(std::ostream &os);
218
219 /**

--- 55 unchanged lines hidden ---
215#if FULL_SYSTEM
216 /**
217 * Serialize this object to the given output stream.
218 * @param os The stream to serialize to.
219 */
220 virtual void serialize(std::ostream &os);
221
222 /**

--- 55 unchanged lines hidden ---