mem_footprint.hh (11803:4f04a6593119) mem_footprint.hh (11857:77b4fd593427)
1/*
2 * Copyright (c) 2016 Google Inc.
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and
6 * shall not be construed as granting a license to any other
7 * intellectual property including but not limited to intellectual
8 * property relating to a hardware implementation of the

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

36 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37 *
38 * Authors: Rahul Thakur
39 */
40
41#ifndef __MEM_PROBES_MEM_FOOTPRINT_HH__
42#define __MEM_PROBES_MEM_FOOTPRINT_HH__
43
1/*
2 * Copyright (c) 2016 Google Inc.
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and
6 * shall not be construed as granting a license to any other
7 * intellectual property including but not limited to intellectual
8 * property relating to a hardware implementation of the

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

36 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37 *
38 * Authors: Rahul Thakur
39 */
40
41#ifndef __MEM_PROBES_MEM_FOOTPRINT_HH__
42#define __MEM_PROBES_MEM_FOOTPRINT_HH__
43
44#include <unordered_map>
44#include <unordered_set>
45
46#include "base/callback.hh"
47#include "mem/packet.hh"
48#include "mem/probes/base.hh"
49#include "sim/stats.hh"
50#include "sim/system.hh"
51
52struct MemFootprintProbeParams;

--- 45 unchanged lines hidden ---
45
46#include "base/callback.hh"
47#include "mem/packet.hh"
48#include "mem/probes/base.hh"
49#include "sim/stats.hh"
50#include "sim/system.hh"
51
52struct MemFootprintProbeParams;

--- 45 unchanged lines hidden ---