diff options
author | Nathan Binkert <binkertn@umich.edu> | 2003-11-22 15:07:53 -0500 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2003-11-22 15:07:53 -0500 |
commit | d1e12b57ce06990a0daf9c295c688795bf62f7cf (patch) | |
tree | cbc42c6e5efbef4688c7a87577d7c6e166afebf1 /kern/tru64/tru64_events.hh | |
parent | 92348c503ce04a34f2ed5f871f55fae995a71111 (diff) | |
download | gem5-d1e12b57ce06990a0daf9c295c688795bf62f7cf.tar.xz |
We only need to choose that we do want binning, or we don't.
no need for multiple bin classes. If multiple bins are needed, we
can always do it with ini type config instead.
kern/tru64/tru64_events.hh:
sim/system.cc:
sim/system.hh:
No more GenBin always use MainBin
--HG--
extra : convert_revision : 8c466f302324c33b59d47d0da04583b2517fc72c
Diffstat (limited to 'kern/tru64/tru64_events.hh')
-rw-r--r-- | kern/tru64/tru64_events.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/tru64/tru64_events.hh b/kern/tru64/tru64_events.hh index a8f0eb865..2067f2ef3 100644 --- a/kern/tru64/tru64_events.hh +++ b/kern/tru64/tru64_events.hh @@ -92,7 +92,7 @@ class FnEvent : public PCEvent private: std::string _name; - Statistics::GenBin *myBin; + Statistics::MainBin *myBin; }; #endif //FS_MEASURE #endif // __TRU64_EVENTS_HH__ |