diff options
author | Lisa Hsu <hsul@eecs.umich.edu> | 2003-11-07 00:14:38 -0500 |
---|---|---|
committer | Lisa Hsu <hsul@eecs.umich.edu> | 2003-11-07 00:14:38 -0500 |
commit | a03221b6caab5076f4d53def4d2fe30a45fa3e63 (patch) | |
tree | 16a35645e8890111d4476ead4f8ca369ef9941df /kern/tru64/tru64_system.hh | |
parent | 3a99657c8f2b46ad9a76752970a7dd673b4ca7fe (diff) | |
download | gem5-a03221b6caab5076f4d53def4d2fe30a45fa3e63.tar.xz |
track the idle_thread() function in the kernel, so that we can know if we are idle during a run.
kern/tru64/tru64_system.cc:
autogen for new tracked function
add to fn name map
kern/tru64/tru64_system.hh:
autogen
--HG--
extra : convert_revision : 322d54df3070824a039085dc3742660c82cf750d
Diffstat (limited to 'kern/tru64/tru64_system.hh')
-rw-r--r-- | kern/tru64/tru64_system.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/tru64/tru64_system.hh b/kern/tru64/tru64_system.hh index 1240479dd..93cc908e3 100644 --- a/kern/tru64/tru64_system.hh +++ b/kern/tru64/tru64_system.hh @@ -94,6 +94,7 @@ class Tru64System : public System Statistics::MainBin *esStartBin; Statistics::MainBin *esTransmitBin; Statistics::MainBin *esTxeofBin; + Statistics::MainBin *idleThreadBin; //INSTRUMENTATION CODEGEN END #endif //FS_MEASURE @@ -138,6 +139,7 @@ class Tru64System : public System FnEvent *esStartEvent; FnEvent *esTransmitEvent; FnEvent *esTxeofEvent; + FnEvent *idleThreadEvent; //INSTRUMENTATION CODEGEN END #endif //FS_MEASURE |