kernel_stats.cc (7823:dac01f14f20f) kernel_stats.cc (8232:b28d06a175be)
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;

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

33#include <stack>
34#include <string>
35
36#include "arch/alpha/linux/threadinfo.hh"
37#include "arch/alpha/kernel_stats.hh"
38#include "arch/alpha/osfpal.hh"
39#include "base/trace.hh"
40#include "cpu/thread_context.hh"
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;

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

33#include <stack>
34#include <string>
35
36#include "arch/alpha/linux/threadinfo.hh"
37#include "arch/alpha/kernel_stats.hh"
38#include "arch/alpha/osfpal.hh"
39#include "base/trace.hh"
40#include "cpu/thread_context.hh"
41#include "debug/Context.hh"
41#include "kern/tru64/tru64_syscalls.hh"
42#include "sim/system.hh"
43
44using namespace std;
45using namespace Stats;
46
47namespace AlphaISA {
48namespace Kernel {

--- 169 unchanged lines hidden ---
42#include "kern/tru64/tru64_syscalls.hh"
43#include "sim/system.hh"
44
45using namespace std;
46using namespace Stats;
47
48namespace AlphaISA {
49namespace Kernel {

--- 169 unchanged lines hidden ---