kernel_stats.hh (3565:6ad587fb7dfd) kernel_stats.hh (5568:d14250d688d2)
1/*
2 * Copyright (c) 2004-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;

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

85
86 void setIdleProcess(Addr idle, ThreadContext *tc);
87
88 public:
89 void serialize(std::ostream &os);
90 void unserialize(Checkpoint *cp, const std::string &section);
91};
92
1/*
2 * Copyright (c) 2004-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;

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

85
86 void setIdleProcess(Addr idle, ThreadContext *tc);
87
88 public:
89 void serialize(std::ostream &os);
90 void unserialize(Checkpoint *cp, const std::string &section);
91};
92
93} /* end namespace AlphaISA::Kernel */
94} /* end namespace AlphaISA */
93} // namespace Kernel
94} // namespace AlphaISA
95
96#endif // __ARCH_ALPHA_KERNEL_STATS_HH__
95
96#endif // __ARCH_ALPHA_KERNEL_STATS_HH__