Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dproto_trace_parser.cc1309 HeapProfileTracker::SourceMapping src_mapping; in ParseProfilePacket() local
1310 src_mapping.build_id = entry.build_id(); in ParseProfilePacket()
1311 src_mapping.offset = entry.offset(); in ParseProfilePacket()
1312 src_mapping.start = entry.start(); in ParseProfilePacket()
1313 src_mapping.end = entry.end(); in ParseProfilePacket()
1314 src_mapping.load_bias = entry.load_bias(); in ParseProfilePacket()
1315 src_mapping.name_id = 0; in ParseProfilePacket()
1318 src_mapping.name_id = path_string_id_it->as_uint64(); in ParseProfilePacket()
1319 context_->heap_profile_tracker->AddMapping(index, entry.id(), src_mapping); in ParseProfilePacket()