Home
last modified time | relevance | path

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

/hardware/google/pixel/perfstatsd/include/
Dio_usage.h53 uint64_t fgFsync; member
62 fgFsync = other.fgFsync;
74 r.fgFsync = fgFsync - other.fgFsync;
86 r.fgFsync = fgFsync + other.fgFsync;
101 fgFsync = 0; in reset()
/hardware/google/pixel/perfstatsd/
Dio_usage.cpp332 readTotal, writeTotal, mTotal.fgFsync + mTotal.bgFsync); in dump()
352 target.fgRead, target.bgRead, target.fgFsync, in dump()
372 target.fgWrite, target.bgWrite, target.fgFsync, in dump()
386 !android::base::ParseUint(fields[9], &data.fgFsync) || in loadDataFromLine()