Searched refs:heap_profile_tracker (Results 1 – 7 of 7) sorted by relevance
/external/perfetto/src/trace_processor/ |
D | heap_profile_tracker_unittest.cc | 57 context.heap_profile_tracker.reset(new HeapProfileTracker(&context)); in HeapProfileTrackerDupTest() 66 context.heap_profile_tracker->AddString( in InsertMapping() 68 context.heap_profile_tracker->AddString( in InsertMapping() 71 context.heap_profile_tracker->AddString(kFirstPacket, kFirstPacketBuildId, in InsertMapping() 73 context.heap_profile_tracker->AddString(kSecondPacket, kSecondPacketBuildId, in InsertMapping() 92 context.heap_profile_tracker->AddMapping( in InsertMapping() 94 context.heap_profile_tracker->AddMapping( in InsertMapping() 100 context.heap_profile_tracker->AddString( in InsertFrame() 102 context.heap_profile_tracker->AddString( in InsertFrame() 115 context.heap_profile_tracker->AddFrame(kFirstPacket, kFirstPacketFrameId, in InsertFrame() [all …]
|
D | trace_processor_context.h | 52 std::unique_ptr<HeapProfileTracker> heap_profile_tracker; variable
|
D | BUILD.gn | 75 "heap_profile_tracker.cc", 76 "heap_profile_tracker.h",
|
D | proto_trace_parser.cc | 1303 context_->heap_profile_tracker->AddString(index, entry.id(), str_id); in ParseProfilePacket() 1319 context_->heap_profile_tracker->AddMapping(index, entry.id(), src_mapping); in ParseProfilePacket() 1329 context_->heap_profile_tracker->AddFrame(index, entry.id(), src_frame); in ParseProfilePacket() 1339 context_->heap_profile_tracker->AddCallstack(index, entry.id(), in ParseProfilePacket() 1372 context_->heap_profile_tracker->StoreAllocation(index, src_allocation); in ParseProfilePacket() 1376 context_->heap_profile_tracker->ApplyAllAllocations(); in ParseProfilePacket()
|
D | trace_processor_impl.cc | 234 context_.heap_profile_tracker.reset(new HeapProfileTracker(&context_)); in TraceProcessorImpl()
|
/external/perfetto/ |
D | BUILD | 183 "src/trace_processor/heap_profile_tracker.cc", 184 "src/trace_processor/heap_profile_tracker.h", 436 "src/trace_processor/heap_profile_tracker.cc", 437 "src/trace_processor/heap_profile_tracker.h", 644 "src/trace_processor/heap_profile_tracker.cc", 645 "src/trace_processor/heap_profile_tracker.h",
|
D | Android.bp | 3264 "src/trace_processor/heap_profile_tracker.cc",
|