Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dprocess_memory_maps_dump_provider.cc67 uint64_t ReadCounterBytes(char* counter_line) { in ReadCounterBytes() function
83 region->byte_stats_proportional_resident = ReadCounterBytes(counter_line); in ParseSmapsCounter()
85 region->byte_stats_private_dirty_resident = ReadCounterBytes(counter_line); in ParseSmapsCounter()
87 region->byte_stats_private_clean_resident = ReadCounterBytes(counter_line); in ParseSmapsCounter()
89 region->byte_stats_shared_dirty_resident = ReadCounterBytes(counter_line); in ParseSmapsCounter()
91 region->byte_stats_shared_clean_resident = ReadCounterBytes(counter_line); in ParseSmapsCounter()
93 region->byte_stats_swapped = ReadCounterBytes(counter_line); in ParseSmapsCounter()