thread_state.hh (3675:dc883b610345) thread_state.hh (3686:fa8d8b90cd8a)
1/*
2 * Copyright (c) 2006 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;

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

86
87 int readTid() { return tid; }
88
89 Tick readLastActivate() { return lastActivate; }
90
91 Tick readLastSuspend() { return lastSuspend; }
92
93#if FULL_SYSTEM
1/*
2 * Copyright (c) 2006 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;

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

86
87 int readTid() { return tid; }
88
89 Tick readLastActivate() { return lastActivate; }
90
91 Tick readLastSuspend() { return lastSuspend; }
92
93#if FULL_SYSTEM
94 void init();
94 void connectMemPorts();
95
95
96 void initPhysPort();
96 void connectPhysPort();
97
97
98 void initVirtPort();
98 void connectVirtPort();
99
100 void dumpFuncProfile();
101
102 EndQuiesceEvent *getQuiesceEvent() { return quiesceEvent; }
103
104 void profileClear();
105
106 void profileSample();

--- 152 unchanged lines hidden ---
99
100 void dumpFuncProfile();
101
102 EndQuiesceEvent *getQuiesceEvent() { return quiesceEvent; }
103
104 void profileClear();
105
106 void profileSample();

--- 152 unchanged lines hidden ---