AddressProfiler.hh (8174:e21f6e70169e) AddressProfiler.hh (8608:02d7ac5fb855)
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
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
34#include "base/hashmap.hh"
35#include "mem/protocol/AccessType.hh"
36#include "mem/protocol/RubyRequest.hh"
37#include "mem/ruby/common/Address.hh"
38#include "mem/ruby/common/Global.hh"
39#include "mem/ruby/common/Histogram.hh"
40#include "mem/ruby/profiler/AccessTraceForAddress.hh"
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
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
34#include "base/hashmap.hh"
35#include "mem/protocol/AccessType.hh"
36#include "mem/protocol/RubyRequest.hh"
37#include "mem/ruby/common/Address.hh"
38#include "mem/ruby/common/Global.hh"
39#include "mem/ruby/common/Histogram.hh"
40#include "mem/ruby/profiler/AccessTraceForAddress.hh"
41#include "mem/ruby/system/NodeID.hh"
42
43class Set;
44
45class AddressProfiler
46{
47 public:
48 typedef m5::hash_map<Address, AccessTraceForAddress> AddressMap;
49

--- 55 unchanged lines hidden ---
41
42class Set;
43
44class AddressProfiler
45{
46 public:
47 typedef m5::hash_map<Address, AccessTraceForAddress> AddressMap;
48

--- 55 unchanged lines hidden ---