Home
last modified time | relevance | path

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

/aosp12/system/extras/boottime_tools/bootio/
H A Dbootio_collector.cpp252 const AppSample *newerSample = NULL; in PrintPids() local
255 olderSample = newerSample; in PrintPids()
256 newerSample = &(appData.samples(j)); in PrintPids()
273 stats.uptime = newerSample->uptime(); in PrintPids()
282 newerSample->uptime(), in PrintPids()
297 newerSample->rchar(), in PrintPids()
298 newerSample->wchar(), in PrintPids()
299 newerSample->syscr(), in PrintPids()
300 newerSample->syscw(), in PrintPids()
301 newerSample->readbytes(), in PrintPids()
[all …]