AccessTraceForAddress.hh (8165:5955406f7ed0) AccessTraceForAddress.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;

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

31
32#include <iostream>
33
34#include "mem/protocol/RubyAccessMode.hh"
35#include "mem/protocol/RubyRequestType.hh"
36#include "mem/ruby/common/Address.hh"
37#include "mem/ruby/common/Global.hh"
38#include "mem/ruby/common/Set.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;

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

31
32#include <iostream>
33
34#include "mem/protocol/RubyAccessMode.hh"
35#include "mem/protocol/RubyRequestType.hh"
36#include "mem/ruby/common/Address.hh"
37#include "mem/ruby/common/Global.hh"
38#include "mem/ruby/common/Set.hh"
39#include "mem/ruby/system/NodeID.hh"
40
41class Histogram;
42
43class AccessTraceForAddress
44{
45 public:
46 AccessTraceForAddress()
47 : m_loads(0), m_stores(0), m_atomics(0), m_total(0), m_user(0),

--- 43 unchanged lines hidden ---
39
40class Histogram;
41
42class AccessTraceForAddress
43{
44 public:
45 AccessTraceForAddress()
46 : m_loads(0), m_stores(0), m_atomics(0), m_total(0), m_user(0),

--- 43 unchanged lines hidden ---