drain.cc (11937:e6621fafa62d) drain.cc (12334:e0ab29a34764)
1/*
2 * Copyright (c) 2012, 2015, 2017 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

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

36 *
37 * Authors: Andreas Sandberg
38 */
39
40#include "sim/drain.hh"
41
42#include <algorithm>
43
1/*
2 * Copyright (c) 2012, 2015, 2017 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

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

36 *
37 * Authors: Andreas Sandberg
38 */
39
40#include "sim/drain.hh"
41
42#include <algorithm>
43
44#include "base/misc.hh"
44#include "base/logging.hh"
45#include "base/trace.hh"
46#include "debug/Drain.hh"
47#include "sim/sim_exit.hh"
48#include "sim/sim_object.hh"
49
50DrainManager DrainManager::_instance;
51
52DrainManager::DrainManager()

--- 176 unchanged lines hidden ---
45#include "base/trace.hh"
46#include "debug/Drain.hh"
47#include "sim/sim_exit.hh"
48#include "sim/sim_object.hh"
49
50DrainManager DrainManager::_instance;
51
52DrainManager::DrainManager()

--- 176 unchanged lines hidden ---