Home
last modified time | relevance | path

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

/system/extras/boottime_tools/bootio/
Dbootio_collector.cpp69 unsigned int rchar, wchar, syscr, syscw, readbytes, writebytes; in ReadIo() local
78 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()
Dprotos.proto50 required int64 readbytes = 7; field