Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dstack_profile_tracker.cc52 const InternLookup* intern_lookup) { in AddMapping() argument
55 auto opt_str = FindOrInsertString(str_id, intern_lookup, in AddMapping()
62 auto opt_build_id = FindAndInternString(mapping.build_id, intern_lookup, in AddMapping()
137 const InternLookup* intern_lookup) { in AddFrame() argument
139 frame.name_id, intern_lookup, InternedStringType::kFunctionName); in AddFrame()
149 auto opt_mapping = FindOrInsertMapping(frame.mapping_id, intern_lookup); in AddFrame()
213 const InternLookup* intern_lookup) { in AddCallstack() argument
219 auto opt_frame_id = FindOrInsertFrame(frame_ids[depth], intern_lookup); in AddCallstack()
256 const InternLookup* intern_lookup, in FindAndInternString() argument
261 auto opt_str = FindOrInsertString(id, intern_lookup, type); in FindAndInternString()
[all …]
Dstack_profile_tracker.h220 const InternLookup* intern_lookup = nullptr);
223 const InternLookup* intern_lookup = nullptr);
227 const InternLookup* intern_lookup = nullptr);
243 const InternLookup* intern_lookup,
247 const InternLookup* intern_lookup,
251 const InternLookup* intern_lookup);
253 const InternLookup* intern_lookup);
257 const InternLookup* intern_lookup);
Dprofile_module.cc127 ProfilePacketInternLookup intern_lookup(sequence_state); in ParseStreamingProfilePacket() local
145 *callstack_it, &intern_lookup); in ParseStreamingProfilePacket()
225 ProfilePacketInternLookup intern_lookup(sequence_state); in ParsePerfSample() local
228 stack_tracker.FindOrInsertCallstack(callstack_iid, &intern_lookup); in ParsePerfSample()
Dheap_profile_tracker.cc270 const SequenceStackProfileTracker::InternLookup* intern_lookup) { in AddAllocation() argument
274 alloc.callstack_id, intern_lookup); in AddAllocation()
385 const SequenceStackProfileTracker::InternLookup* intern_lookup) { in CommitAllocations() argument
388 AddAllocation(seq_id, sequence_stack_profile_tracker, p, intern_lookup); in CommitAllocations()
395 const SequenceStackProfileTracker::InternLookup* intern_lookup) { in FinalizeProfile() argument
396 CommitAllocations(seq_id, sequence_stack_profile_tracker, intern_lookup); in FinalizeProfile()
Dheap_profile_tracker.h80 const SequenceStackProfileTracker::InternLookup* intern_lookup = nullptr);
Dproto_trace_parser.cc378 ProfilePacketInternLookup intern_lookup(sequence_state); in ParseProfilePacket() local
381 &intern_lookup); in ParseProfilePacket()