kernel_stats.cc (11705:d40bdd3c5778) kernel_stats.cc (11793:ef606668d247)
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;

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

24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Lisa Hsu
29 * Nathan Binkert
30 */
31
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;

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

24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Lisa Hsu
29 * Nathan Binkert
30 */
31
32#include "arch/alpha/kernel_stats.hh"
33
32#include <map>
33#include <stack>
34#include <string>
35
34#include <map>
35#include <stack>
36#include <string>
37
36#include "arch/generic/linux/threadinfo.hh"
37#include "arch/alpha/kernel_stats.hh"
38#include "arch/alpha/osfpal.hh"
38#include "arch/alpha/osfpal.hh"
39#include "arch/generic/linux/threadinfo.hh"
39#include "base/trace.hh"
40#include "cpu/thread_context.hh"
41#include "debug/Context.hh"
42#include "sim/system.hh"
43
44using namespace std;
45using namespace Stats;
46

--- 161 unchanged lines hidden ---
40#include "base/trace.hh"
41#include "cpu/thread_context.hh"
42#include "debug/Context.hh"
43#include "sim/system.hh"
44
45using namespace std;
46using namespace Stats;
47

--- 161 unchanged lines hidden ---