Searched refs:counter_line (Results 1 - 1 of 1) sorted by relevance

/external/libchrome/base/trace_event/
H A Dprocess_memory_maps_dump_provider.cc67 uint64_t ReadCounterBytes(char* counter_line) { argument
69 int res = sscanf(counter_line, "%*s %" SCNu64 " kB", &counter_value);
74 uint32_t ParseSmapsCounter(char* counter_line, argument
79 int did_read = sscanf(counter_line, "%19[^\n ]", counter_name);
83 region->byte_stats_proportional_resident = ReadCounterBytes(counter_line);
85 region->byte_stats_private_dirty_resident = ReadCounterBytes(counter_line);
87 region->byte_stats_private_clean_resident = ReadCounterBytes(counter_line);
89 region->byte_stats_shared_dirty_resident = ReadCounterBytes(counter_line);
91 region->byte_stats_shared_clean_resident = ReadCounterBytes(counter_line);
93 region->byte_stats_swapped = ReadCounterBytes(counter_line);
[all...]

Completed in 50 milliseconds