Home
last modified time | relevance | path

Searched refs:txPackets (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/network_plugin/src/
Dnetwork_plugin.cpp105 data->set_tx_packets(it.txPackets + randNum * TX_PACKETS_INDEX); in Report()
113 …systemInfo->set_tx_packets(systemData.txPackets + (randNum * TX_PACKETS_INDEX * systemData.details… in Report()
123 data->set_tx_packets(it.txPackets); in Report()
131 systemInfo->set_tx_packets(systemData.txPackets); in Report()
318 uint64_t txPackets = value; in ReadSystemTxRxBytes() local
319 systemCache.txPackets = txPackets; in ReadSystemTxRxBytes()
320 systemData.txPackets += txPackets; in ReadSystemTxRxBytes()
341 it->txPackets += data.txPackets; in AddNetSystemDetails()
/developtools/profiler/device/plugins/network_plugin/include/
Dnetwork_plugin.h58 uint64_t txPackets; member
66 uint64_t txPackets; member