Go to the documentation of this file.
34 :
Stats::Group(parent,
"EtherDevice"),
47 "Number of tx IP Checksums done by device"),
49 "Number of rx IP Checksums done by device"),
51 "Number of tx TCP Checksums done by device"),
53 "Number of rx TCP Checksums done by device"),
55 "Number of tx UDP Checksums done by device"),
57 "Number of rx UDP Checksums done by device"),
59 "Number of descriptors the device read w/ DMA"),
61 "Number of descriptors the device wrote w/ DMA"),
63 "Number of descriptor bytes read w/ DMA"),
65 "Number of descriptor bytes write w/ DMA"),
69 txBandwidth + rxBandwidth),
74 "Total Packet Tranmission Rate",
78 "Packet Tranmission Rate",
82 "Packet Reception Rate",
85 "Number of software interrupts posted to CPU"),
89 "Average number of Swi's coalesced into each post",
90 totalSwi / postedInterrupts),
92 "Number of rxIdle interrupts posted to CPU"),
94 "Total number of RxIdle written to ISR"),
97 "Average number of RxIdle's coalesced into each post",
98 totalRxIdle / postedInterrupts),
100 "Number of RxOk interrupts posted to CPU"),
104 "Average number of RxOk's coalesced into each post",
105 totalRxOk / postedInterrupts),
107 "Number of RxDesc interrupts posted to CPU"),
109 "Total number of RxDesc written to ISR"),
112 "Average number of RxDesc's coalesced into each post",
113 totalRxDesc / postedInterrupts),
115 "Number of TxOk interrupts posted to CPU"),
117 "Total number of TxOk written to ISR"),
120 "Average number of TxOk's coalesced into each post",
121 totalTxOk / postedInterrupts),
123 "Number of TxIdle interrupts posted to CPU"),
125 "Total number of TxIdle written to ISR"),
128 "Average number of TxIdle's coalesced into each post",
129 totalTxIdle / postedInterrupts),
131 "Number of TxDesc interrupts posted to CPU"),
133 "Total number of TxDesc written to ISR"),
136 "Average number of TxDesc's coalesced into each post",
137 totalTxDesc / postedInterrupts),
139 "Number of RxOrn posted to CPU"),
141 "Total number of RxOrn written to ISR"),
144 "Average number of RxOrn's coalesced into each post",
145 totalRxOrn / postedInterrupts),
148 "Average number of interrupts coalesced into each post"),
Stats::Formula coalescedSwi
Stats::Scalar totalTxIdle
Stats::Scalar totalTxDesc
Stats::Formula txBandwidth
Stats::Scalar postedRxDesc
Stats::Scalar rxUdpChecksums
EtherDeviceStats(Stats::Group *parent)
Stats::Formula rxBandwidth
Stats::Formula coalescedTxOk
Stats::Scalar rxIpChecksums
Stats::Scalar descDmaWrites
Stats::Formula coalescedRxDesc
Stats::Scalar descDmaWrBytes
Stats::Scalar postedTxIdle
Stats::Scalar totalRxIdle
Stats::Formula rxPacketRate
Stats::Formula totPacketRate
Stats::Scalar descDmaReads
Stats::Scalar postedRxIdle
Stats::Scalar droppedPackets
Derived & prereq(const Stat &prereq)
Set the prerequisite stat and marks this stat to print at the end of simulation.
Stats::Scalar txTcpChecksums
Stats::Scalar totalRxDesc
#define ADD_STAT(n,...)
Convenience macro to add a stat to a statistics group.
Stats::Formula coalescedRxIdle
Stats::Scalar txIpChecksums
Stats::Formula coalescedTxDesc
Stats::Formula txPacketRate
Stats::Formula & simSeconds
Stats::Formula coalescedTxIdle
#define UNIT_RATE(T1, T2)
Stats::Scalar postedRxOrn
Stats::Scalar postedInterrupts
Stats::Scalar rxTcpChecksums
Stats::Formula coalescedTotal
Derived & precision(int _precision)
Set the precision and marks this stat to print at the end of simulation.
Stats::Scalar descDmaRdBytes
Stats::Formula coalescedRxOrn
Stats::Formula totBandwidth
Stats::Scalar postedTxDesc
Stats::Formula coalescedRxOk
Stats::Scalar txUdpChecksums
Stats::Formula totPackets
Generated on Tue Mar 23 2021 19:41:26 for gem5 by doxygen 1.8.17