Home
last modified time | relevance | path

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

/external/perfetto/tools/trace_to_text/
Dtrace_to_profile.cc142 GMapping* gmapping = profile.add_mapping(); in DumpProfilePacket() local
143 gmapping->set_id(mapping.id()); in DumpProfilePacket()
144 gmapping->set_memory_start(mapping.start()); in DumpProfilePacket()
145 gmapping->set_memory_limit(mapping.end()); in DumpProfilePacket()
146 gmapping->set_file_offset(mapping.offset()); in DumpProfilePacket()
163 gmapping->set_filename(static_cast<int64_t>(it->second)); in DumpProfilePacket()
170 gmapping->set_build_id(static_cast<int64_t>(it->second)); in DumpProfilePacket()