AccessTraceForAddress.hh (6154:6bb54dcb940e) AccessTraceForAddress.hh (6372:f1a41ea3bbab)
1
2/*
3 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

33 * Description:
34 *
35 */
36
37#ifndef ACCESSTRACEFORADDRESS_H
38#define ACCESSTRACEFORADDRESS_H
39
40#include "mem/ruby/common/Global.hh"
1
2/*
3 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

33 * Description:
34 *
35 */
36
37#ifndef ACCESSTRACEFORADDRESS_H
38#define ACCESSTRACEFORADDRESS_H
39
40#include "mem/ruby/common/Global.hh"
41#include "mem/ruby/config/RubyConfig.hh"
42#include "mem/ruby/common/Address.hh"
43#include "mem/protocol/CacheRequestType.hh"
44#include "mem/protocol/AccessModeType.hh"
45#include "mem/ruby/system/NodeID.hh"
46#include "mem/ruby/common/Set.hh"
47class Histogram;
48
49class AccessTraceForAddress {

--- 55 unchanged lines hidden ---
41#include "mem/ruby/common/Address.hh"
42#include "mem/protocol/CacheRequestType.hh"
43#include "mem/protocol/AccessModeType.hh"
44#include "mem/ruby/system/NodeID.hh"
45#include "mem/ruby/common/Set.hh"
46class Histogram;
47
48class AccessTraceForAddress {

--- 55 unchanged lines hidden ---