hdlcd.cc (11422:4f749e00b667) hdlcd.cc (11430:bd1c6789c33f)
1/*
2 * Copyright (c) 2010-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

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

92
93HDLcd::~HDLcd()
94{
95}
96
97void
98HDLcd::regStats()
99{
1/*
2 * Copyright (c) 2010-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

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

92
93HDLcd::~HDLcd()
94{
95}
96
97void
98HDLcd::regStats()
99{
100 AmbaDmaDevice::regStats();
101
102 using namespace Stats;
103
104 stats.underruns
105 .name(name() + ".underruns")
106 .desc("number of buffer underruns")
107 .flags(nozero)
108 ;
109}

--- 557 unchanged lines hidden ---
100 using namespace Stats;
101
102 stats.underruns
103 .name(name() + ".underruns")
104 .desc("number of buffer underruns")
105 .flags(nozero)
106 ;
107}

--- 557 unchanged lines hidden ---