Searched refs:readbytes (Results 1 – 2 of 2) sorted by relevance
69 unsigned int rchar, wchar, syscr, syscw, readbytes, writebytes; in ReadIo() local78 sscanf(line, "read_bytes: %u", &readbytes); in ReadIo()86 sample->set_readbytes(readbytes); in ReadIo()275 stats.rbytes += (newerSample->readbytes() - olderSample->readbytes()); in PrintPids()287 newerSample->readbytes() - olderSample->readbytes(), in PrintPids()301 newerSample->readbytes(), in PrintPids()
50 required int64 readbytes = 7; field