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() 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 …]
|
D | stack_profile_tracker.h | 220 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);
|
D | profile_module.cc | 127 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()
|
D | heap_profile_tracker.cc | 270 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()
|
D | heap_profile_tracker.h | 80 const SequenceStackProfileTracker::InternLookup* intern_lookup = nullptr);
|
D | proto_trace_parser.cc | 378 ProfilePacketInternLookup intern_lookup(sequence_state); in ParseProfilePacket() local 381 &intern_lookup); in ParseProfilePacket()
|