ufs_device.cc (11430:bd1c6789c33f) ufs_device.cc (11523:81332eb10367)
1/*
2 * Copyright (c) 2013-2015 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

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

769{
770 return new UFSHostDevice(this);
771}
772
773
774void
775UFSHostDevice::regStats()
776{
1/*
2 * Copyright (c) 2013-2015 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

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

769{
770 return new UFSHostDevice(this);
771}
772
773
774void
775UFSHostDevice::regStats()
776{
777 DmaDevice::regStats();
778
777 using namespace Stats;
778
779 std::string UFSHost_name = name() + ".UFSDiskHost";
780
781 // Register the stats
782 /** Queue lengths */
783 stats.currentSCSIQueue
784 .name(UFSHost_name + ".currentSCSIQueue")

--- 1567 unchanged lines hidden ---
779 using namespace Stats;
780
781 std::string UFSHost_name = name() + ".UFSDiskHost";
782
783 // Register the stats
784 /** Queue lengths */
785 stats.currentSCSIQueue
786 .name(UFSHost_name + ".currentSCSIQueue")

--- 1567 unchanged lines hidden ---