Searched refs:writebytes (Results 1 – 2 of 2) sorted by relevance
69 unsigned int rchar, wchar, syscr, syscw, readbytes, writebytes; in ReadIo() local79 sscanf(line, "write_bytes: %u", &writebytes); in ReadIo()87 sample->set_writebytes(writebytes); in ReadIo()276 stats.wbytes += (newerSample->writebytes() - olderSample->writebytes()); in PrintPids()288 newerSample->writebytes() - olderSample->writebytes(), in PrintPids()302 newerSample->writebytes()); in PrintPids()
51 required int64 writebytes = 8; field