buffers.hh (11800:54436a1784dc) buffers.hh (12334:e0ab29a34764)
1/*
2 * Copyright (c) 2013-2014 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

45
46#ifndef __CPU_MINOR_BUFFERS_HH__
47#define __CPU_MINOR_BUFFERS_HH__
48
49#include <iostream>
50#include <queue>
51#include <sstream>
52
1/*
2 * Copyright (c) 2013-2014 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

45
46#ifndef __CPU_MINOR_BUFFERS_HH__
47#define __CPU_MINOR_BUFFERS_HH__
48
49#include <iostream>
50#include <queue>
51#include <sstream>
52
53#include "base/misc.hh"
54#include "cpu/minor/trace.hh"
53#include "base/logging.hh"
55#include "cpu/activity.hh"
54#include "cpu/activity.hh"
55#include "cpu/minor/trace.hh"
56#include "cpu/timebuf.hh"
57
58namespace Minor
59{
60
61/** Interface class for data with reporting/tracing facilities. This
62 * interface doesn't actually have to be used as other classes which need
63 * this interface uses templating rather than inheritance but it's provided

--- 591 unchanged lines hidden ---
56#include "cpu/timebuf.hh"
57
58namespace Minor
59{
60
61/** Interface class for data with reporting/tracing facilities. This
62 * interface doesn't actually have to be used as other classes which need
63 * this interface uses templating rather than inheritance but it's provided

--- 591 unchanged lines hidden ---