Lines Matching refs:debugIoInfo
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()
230 debugIoInfo->wSucc_ = rwIos; in GetIoStats()
231 debugIoInfo->wSectors_ = rTicksOrw; in GetIoStats()
233 debugIoInfo->rMerged_ = rMergesOrIo; in GetIoStats()
234 debugIoInfo->rSectors_ = rwIos; in GetIoStats()
235 debugIoInfo->timeOfRead_ = rTicksOrw; in GetIoStats()
237 debugIoInfo->deviceName_ = std::string(name); in GetIoStats()
238 ioDatas_.push_back(debugIoInfo); in GetIoStats()