X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=sim%2Fsystem.hh;h=baf82a5b5a858d38dce41288730c7617ce48ab16;hb=4deb81989496b360500985377e8f8c1a2f017b27;hp=08fcfb784da3693811643cd44ce728bd5d6005eb;hpb=a0ccdf8aba8f71c8d66c03f5c6907d0a3c2e091f;p=gem5.git diff --git a/sim/system.hh b/sim/system.hh index 08fcfb784..baf82a5b5 100644 --- a/sim/system.hh +++ b/sim/system.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003 The Regents of The University of Michigan + * Copyright (c) 2002-2004 The Regents of The University of Michigan * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -51,18 +51,18 @@ class System : public SimObject { // lisa's binning stuff private: - std::map fnBins; + std::map fnBins; std::map swCtxMap; protected: std::vector fnEvents; public: - Statistics::Scalar<> fnCalls; - Statistics::MainBin *Kernel; - Statistics::MainBin *User; + Stats::Scalar<> fnCalls; + Stats::MainBin *Kernel; + Stats::MainBin *User; - Statistics::MainBin * getBin(const std::string &name); + Stats::MainBin * getBin(const std::string &name); bool findCaller(std::string, std::string) const; SWContext *findContext(Addr pcb);