Go to the documentation of this file.
40 .
desc(
"Bytes Transmitted")
46 .
desc(
"Bytes Received")
52 .
desc(
"Number of Packets Transmitted")
58 .
desc(
"Number of Packets Received")
64 .
desc(
"Number of tx IP Checksums done by device")
71 .
desc(
"Number of rx IP Checksums done by device")
78 .
desc(
"Number of tx TCP Checksums done by device")
85 .
desc(
"Number of rx TCP Checksums done by device")
92 .
desc(
"Number of tx UDP Checksums done by device")
99 .
desc(
"Number of rx UDP Checksums done by device")
106 .
desc(
"Number of descriptors the device read w/ DMA")
112 .
desc(
"Number of descriptors the device wrote w/ DMA")
118 .
desc(
"number of descriptor bytes read w/ DMA")
123 .
name(
name() +
".descDmaWriteBytes")
124 .
desc(
"number of descriptor bytes write w/ DMA")
130 .
desc(
"Transmit Bandwidth (bits/s)")
137 .
desc(
"Receive Bandwidth (bits/s)")
144 .
desc(
"Total Bandwidth (bits/s)")
151 .
desc(
"Total Packets")
165 .
desc(
"Total Tranmission Rate (packets/s)")
172 .
desc(
"Packet Tranmission Rate (packets/s)")
179 .
desc(
"Packet Reception Rate (packets/s)")
186 .
desc(
"number of software interrupts posted to CPU")
192 .
desc(
"total number of Swi written to ISR")
198 .
desc(
"average number of Swi's coalesced into each post")
204 .
desc(
"number of rxIdle interrupts posted to CPU")
210 .
desc(
"total number of RxIdle written to ISR")
216 .
desc(
"average number of RxIdle's coalesced into each post")
222 .
desc(
"number of RxOk interrupts posted to CPU")
228 .
desc(
"total number of RxOk written to ISR")
234 .
desc(
"average number of RxOk's coalesced into each post")
240 .
desc(
"number of RxDesc interrupts posted to CPU")
246 .
desc(
"total number of RxDesc written to ISR")
252 .
desc(
"average number of RxDesc's coalesced into each post")
258 .
desc(
"number of TxOk interrupts posted to CPU")
264 .
desc(
"total number of TxOk written to ISR")
270 .
desc(
"average number of TxOk's coalesced into each post")
276 .
desc(
"number of TxIdle interrupts posted to CPU")
282 .
desc(
"total number of TxIdle written to ISR")
288 .
desc(
"average number of TxIdle's coalesced into each post")
294 .
desc(
"number of TxDesc interrupts posted to CPU")
300 .
desc(
"total number of TxDesc written to ISR")
306 .
desc(
"average number of TxDesc's coalesced into each post")
312 .
desc(
"number of RxOrn posted to CPU")
318 .
desc(
"total number of RxOrn written to ISR")
324 .
desc(
"average number of RxOrn's coalesced into each post")
330 .
desc(
"average number of interrupts coalesced into each post")
336 .
desc(
"number of posts to CPU")
342 .
desc(
"number of packets dropped")
virtual void regStats()
Callback to set stat parameters.
Stats::Formula coalescedRxOk
Stats::Formula totPacketRate
Stats::Scalar descDmaReads
Stats::Formula rxBandwidth
Stats::Formula totBandwidth
Stats::Scalar txTcpChecksums
Stats::Scalar rxTcpChecksums
Stats::Scalar totalRxIdle
Stats::Scalar rxUdpChecksums
Stats::Scalar rxIpChecksums
Stats::Formula coalescedRxOrn
Stats::Formula totPackets
Stats::Formula coalescedTxIdle
Stats::Scalar postedRxIdle
Stats::Scalar totalRxDesc
Stats::Scalar txIpChecksums
Stats::Scalar droppedPackets
Stats::Scalar postedTxDesc
Derived & prereq(const Stat &prereq)
Set the prerequisite stat and marks this stat to print at the end of simulation.
Stats::Formula coalescedTxDesc
Stats::Formula simSeconds
Stats::Scalar postedTxIdle
void regStats()
Callback to set stat parameters.
Stats::Scalar totalTxDesc
Stats::Formula coalescedTxOk
Stats::Scalar txUdpChecksums
Stats::Formula txPacketRate
Stats::Scalar postedRxDesc
Stats::Scalar descDmaWrBytes
Stats::Scalar totalTxIdle
Stats::Formula txBandwidth
Stats::Formula coalescedRxIdle
Derived & name(const std::string &name)
Set the name and marks this stat to print at the end of simulation.
Stats::Formula coalescedSwi
virtual const std::string name() const
Stats::Scalar descDmaRdBytes
Stats::Formula rxPacketRate
Stats::Formula coalescedTotal
Derived & precision(int _precision)
Set the precision and marks this stat to print at the end of simulation.
Stats::Scalar postedRxOrn
Stats::Formula coalescedRxDesc
Derived & desc(const std::string &_desc)
Set the description and marks this stat to print at the end of simulation.
Stats::Scalar descDmaWrites
Stats::Scalar postedInterrupts
Generated on Wed Sep 30 2020 14:02:11 for gem5 by doxygen 1.8.17