base.hh (3126:756092c6383c) base.hh (3170:37fd1e73f836)
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;

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

135 Counter max_insts_any_thread;
136 Counter max_insts_all_threads;
137 Counter max_loads_any_thread;
138 Counter max_loads_all_threads;
139 Tick clock;
140 bool functionTrace;
141 Tick functionTraceStart;
142 System *system;
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;

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

135 Counter max_insts_any_thread;
136 Counter max_insts_all_threads;
137 Counter max_loads_any_thread;
138 Counter max_loads_all_threads;
139 Tick clock;
140 bool functionTrace;
141 Tick functionTraceStart;
142 System *system;
143#if FULL_SYSTEM
144 int cpu_id;
143 int cpu_id;
144#if FULL_SYSTEM
145 Tick profile;
146#endif
147 Tick progress_interval;
148 BaseCPU *checker;
149
150 Params();
151 };
152

--- 106 unchanged lines hidden ---
145 Tick profile;
146#endif
147 Tick progress_interval;
148 BaseCPU *checker;
149
150 Params();
151 };
152

--- 106 unchanged lines hidden ---