base.hh (3541:d74340b852f6) base.hh (3617:384e3b1eae06)
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;

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

150 Counter max_loads_all_threads;
151 Tick clock;
152 bool functionTrace;
153 Tick functionTraceStart;
154 System *system;
155 int cpu_id;
156#if FULL_SYSTEM
157 Tick profile;
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;

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

150 Counter max_loads_all_threads;
151 Tick clock;
152 bool functionTrace;
153 Tick functionTraceStart;
154 System *system;
155 int cpu_id;
156#if FULL_SYSTEM
157 Tick profile;
158
159 bool do_statistics_insts;
160 bool do_checkpoint_insts;
161 bool do_quiesce;
158#endif
159 Tick progress_interval;
160 BaseCPU *checker;
161
162 Params();
163 };
164
165 const Params *params;

--- 105 unchanged lines hidden ---
162#endif
163 Tick progress_interval;
164 BaseCPU *checker;
165
166 Params();
167 };
168
169 const Params *params;

--- 105 unchanged lines hidden ---