Searched refs:debugIoInfo (Results 1 – 1 of 1) sorted by relevance
| /developtools/profiler/device/plugins/diskio_plugin/src/ |
| D | io_stats.cpp | 218 auto debugIoInfo = std::make_shared<DiskStats>(); in GetIoStats() local 220 &debugIoInfo->major_, &debugIoInfo->minor_, debugName, sizeof(debugName), in GetIoStats() 221 &debugIoInfo->rSucc_, &rMergesOrIo, &rwIos, &rTicksOrw, in GetIoStats() 222 &debugIoInfo->wSucc_, &debugIoInfo->wMerged_, in GetIoStats() 223 &debugIoInfo->wSectors_, &debugIoInfo->timeOfWrite_, in GetIoStats() 224 &debugIoInfo->ios_, &debugIoInfo->timeOfIo_, &debugIoInfo->weighted_, in GetIoStats() 225 &debugIoInfo->dSucc_, &debugIoInfo->dMerged_, in GetIoStats() 226 &debugIoInfo->dSectors_, &debugIoInfo->timeOfd_, in GetIoStats() 227 &debugIoInfo->flushSucc_, &debugIoInfo->timeOfFlush_); in GetIoStats() 229 debugIoInfo->rSectors_ = rMergesOrIo; in GetIoStats() [all …]
|