Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_metrics_linux.cc218 uint64_t* target_counter = nullptr; in GetIOCounters() local
220 target_counter = &io_counters->ReadOperationCount; in GetIOCounters()
222 target_counter = &io_counters->WriteOperationCount; in GetIOCounters()
224 target_counter = &io_counters->ReadTransferCount; in GetIOCounters()
226 target_counter = &io_counters->WriteTransferCount; in GetIOCounters()
227 if (!target_counter) in GetIOCounters()
229 bool converted = StringToUint64(value_str, target_counter); in GetIOCounters()