dvfs_handler.cc (11800:54436a1784dc) dvfs_handler.cc (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

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

39 * Stephan Diestelhorst
40 */
41
42#include "sim/dvfs_handler.hh"
43
44#include <set>
45#include <utility>
46
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

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

39 * Stephan Diestelhorst
40 */
41
42#include "sim/dvfs_handler.hh"
43
44#include <set>
45#include <utility>
46
47#include "base/misc.hh"
47#include "base/logging.hh"
48#include "base/trace.hh"
49#include "debug/DVFS.hh"
50#include "params/DVFSHandler.hh"
51#include "sim/clock_domain.hh"
52#include "sim/eventq_impl.hh"
53#include "sim/stat_control.hh"
54#include "sim/voltage_domain.hh"
55

--- 208 unchanged lines hidden ---
48#include "base/trace.hh"
49#include "debug/DVFS.hh"
50#include "params/DVFSHandler.hh"
51#include "sim/clock_domain.hh"
52#include "sim/eventq_impl.hh"
53#include "sim/stat_control.hh"
54#include "sim/voltage_domain.hh"
55

--- 208 unchanged lines hidden ---