kernel_stats.hh (5999:3cf8e71257e0) kernel_stats.hh (7678:f19b6a3a8cec)
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;

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

30 */
31
32#ifndef __KERNEL_STATS_HH__
33#define __KERNEL_STATS_HH__
34
35#include <string>
36
37#include "cpu/static_inst.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;

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

30 */
31
32#ifndef __KERNEL_STATS_HH__
33#define __KERNEL_STATS_HH__
34
35#include <string>
36
37#include "cpu/static_inst.hh"
38#include "sim/stats.hh"
38#include "sim/serialize.hh"
39
40class BaseCPU;
41class ThreadContext;
42class FnEvent;
43// What does kernel stats expect is included?
44class System;
45

--- 44 unchanged lines hidden ---
39#include "sim/serialize.hh"
40
41class BaseCPU;
42class ThreadContext;
43class FnEvent;
44// What does kernel stats expect is included?
45class System;
46

--- 44 unchanged lines hidden ---