Searched refs:intern_lookup (Results 1 – 6 of 6) sorted by relevance
/external/perfetto/src/trace_processor/importers/proto/ |
D | stack_profile_tracker.cc | 52 const InternLookup* intern_lookup) { in AddMapping() argument 55 auto opt_str = FindOrInsertString(str_id, intern_lookup, in AddMapping() 67 auto opt_build_id = FindAndInternString(mapping.build_id, intern_lookup, in AddMapping() 142 const InternLookup* intern_lookup) { in AddFrame() argument 144 frame.name_id, intern_lookup, InternedStringType::kFunctionName); in AddFrame() 154 auto opt_mapping = FindOrInsertMapping(frame.mapping_id, intern_lookup); in AddFrame() 218 const InternLookup* intern_lookup) { in AddCallstack() argument 224 auto opt_frame_id = FindOrInsertFrame(frame_ids[depth], intern_lookup); in AddCallstack() 261 const InternLookup* intern_lookup, in FindAndInternString() argument 266 auto opt_str = FindOrInsertString(id, intern_lookup, type); in FindAndInternString() [all …]
|
D | stack_profile_tracker.h | 220 const InternLookup* intern_lookup = nullptr); 223 const InternLookup* intern_lookup = nullptr); 227 const InternLookup* intern_lookup = nullptr); 242 const InternLookup* intern_lookup, 246 const InternLookup* intern_lookup, 250 const InternLookup* intern_lookup); 252 const InternLookup* intern_lookup); 256 const InternLookup* intern_lookup);
|
D | heap_profile_tracker.cc | 66 const SequenceStackProfileTracker::InternLookup* intern_lookup) { in AddAllocation() argument 70 alloc.callstack_id, intern_lookup); in AddAllocation() 186 const SequenceStackProfileTracker::InternLookup* intern_lookup) { in CommitAllocations() argument 189 AddAllocation(seq_id, sequence_stack_profile_tracker, p, intern_lookup); in CommitAllocations() 196 const SequenceStackProfileTracker::InternLookup* intern_lookup) { in FinalizeProfile() argument 197 CommitAllocations(seq_id, sequence_stack_profile_tracker, intern_lookup); in FinalizeProfile()
|
D | profile_module.cc | 157 ProfilePacketInternLookup intern_lookup(sequence_state); in ParseStreamingProfilePacket() local 175 *callstack_it, &intern_lookup); in ParseStreamingProfilePacket() 252 ProfilePacketInternLookup intern_lookup(sequence_state); in ParsePerfSample() local 255 stack_tracker.FindOrInsertCallstack(callstack_iid, &intern_lookup); in ParsePerfSample() 435 ProfilePacketInternLookup intern_lookup(sequence_state); in ParseProfilePacket() local 438 &intern_lookup); in ParseProfilePacket()
|
D | heap_profile_tracker.h | 77 const SequenceStackProfileTracker::InternLookup* intern_lookup = nullptr);
|
D | track_event_parser.cc | 192 ProfilePacketInternLookup intern_lookup(delegate.seq_state()); in MaybeParseUnsymbolizedSourceLocation() local 197 .FindOrInsertMapping(decoder->mapping_id(), &intern_lookup); in MaybeParseUnsymbolizedSourceLocation()
|