Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dstack_profile_tracker.cc123 MappingId mapping_id = mappings->Insert(row).id; in AddMapping() local
125 row.name, row.build_id, mapping_id); in AddMapping()
126 cur_id = mapping_id; in AddMapping()
149 auto opt_mapping = FindOrInsertMapping(frame.mapping_id, intern_lookup); in AddFrame()
154 MappingId mapping_id = *opt_mapping; in AddFrame() local
157 mappings.name()[*mappings.id().IndexOf(mapping_id)]; in AddFrame()
160 tables::StackProfileFrameTable::Row row{str_id, mapping_id, in AddFrame()
171 context_->global_stack_profile_tracker->FindFrameIds(mapping_id, in AddFrame()
187 mapping_id, static_cast<uint64_t>(row.rel_pc), *cur_id); in AddFrame()
294 SourceMappingId mapping_id, in FindOrInsertMapping() argument
[all …]
Dheap_profile_tracker_unittest.cc31 uint32_t mapping_id; member
86 sequence_stack_profile_tracker->AddMapping(packet.mapping_id, first_frame); in InsertMapping()
95 first_frame.mapping_id = packet.mapping_id; in InsertFrame()
289 frames[0].mapping_id = 0; in TEST()
293 frames[1].mapping_id = 0; in TEST()
297 frames[2].mapping_id = 1; in TEST()
301 frames[3].mapping_id = 2; in TEST()
Dprofile_packet_utils.h54 src_frame.mapping_id = entry.mapping_id(); in MakeSourceFrame()
Dstack_profile_tracker.h180 SourceMappingId mapping_id = 0;
Dproto_trace_parser.cc709 for (MappingId mapping_id : mapping_ids) { in ParseModuleSymbols() local
712 mapping_id, address_symbols.address()); in ParseModuleSymbols()
/external/perfetto/test/trace_processor/profiling/
Dheap_profile_dump_max_legacy.textproto60 mapping_id: 1
66 mapping_id: 1
72 mapping_id: 1
78 mapping_id: 2
Dheap_profile_dump_max.textproto60 mapping_id: 1
66 mapping_id: 1
72 mapping_id: 1
78 mapping_id: 2
Dheap_profile.textproto60 mapping_id: 1
66 mapping_id: 1
72 mapping_id: 1
78 mapping_id: 2
Dheap_profile_no_symbols.textproto24 mapping_id: 1
30 mapping_id: 1
Dheap_profile_jit.textproto40 mapping_id: 1
46 mapping_id: 1
Dheap_profile_tracker_twoheaps.textproto25 mapping_id: 1
Dheap_profile_tracker_new_stack.textproto25 mapping_id: 1
Dheap_profile_deobfuscate_memfd.textproto52 mapping_id: 1
Dheap_profile_deobfuscate.textproto52 mapping_id: 1
/external/perfetto/tools/trace_to_text/
Dpprof_builder.cc97 int64_t mapping_id = 0; // sqlite row id member
105 : mapping_id(map), in Location()
110 return std::tie(mapping_id, single_function_id, inlined_functions) == in operator ==()
111 std::tie(other.mapping_id, other.single_function_id, in operator ==()
132 hasher.Update(loc.mapping_id); in operator ()()
352 int64_t mapping_id = c_it.Get(2).AsLong(); in PreprocessLocations() local
359 Location loc(mapping_id, /*single_function_id=*/-1, {}); in PreprocessLocations()
501 seen_mappings->emplace(loc.mapping_id); in WriteLocations()
505 glocation->set_mapping_id(ToPprofId(loc.mapping_id)); in WriteLocations()
/external/tensorflow/tensorflow/core/profiler/
Dprofile.proto55 uint64 mapping_id = 2; field
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_dumper.h173 unsigned int mapping_id,
Dlinux_dumper.cc319 unsigned int mapping_id, in ElfFileIdentifierForMapping() argument
321 assert(!member || mapping_id < mappings_.size()); in ElfFileIdentifierForMapping()
351 mappings_[mapping_id]->name[my_strlen(mapping.name) - in ElfFileIdentifierForMapping()
Dminidump_writer.cc627 unsigned int mapping_id, in FillRawModule() argument
647 mapping_id, in FillRawModule()
/external/google-breakpad/src/client/linux/microdump_writer/
Dmicrodump_writer.cc443 unsigned int mapping_id, in DumpModule() argument
458 mapping_id, in DumpModule()
/external/perfetto/protos/third_party/pprof/
Dprofile.proto36 // mappings. For every nonzero Location.mapping_id there must be a
185 uint64 mapping_id = 2; field
/external/perfetto/protos/perfetto/trace/profiling/
Dprofile_common.proto144 optional uint64 mapping_id = 3; field
/external/perfetto/src/trace_processor/
Dexport_json.cc1402 MappingId mapping_id = frames.mapping()[frame_row]; in ExportCpuProfileSamples() local
1403 uint32_t mapping_row = *mappings.id().IndexOf(mapping_id); in ExportCpuProfileSamples()
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto6099 optional uint64 mapping_id = 3; field