Searched refs:ReadCounterBytes (Results 1 – 1 of 1) sorted by relevance
67 uint64_t ReadCounterBytes(char* counter_line) { in ReadCounterBytes() function83 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()