Home
last modified time | relevance | path

Searched refs:heap_profile_tracker (Results 1 – 7 of 7) sorted by relevance

/external/perfetto/src/trace_processor/
Dheap_profile_tracker_unittest.cc57 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 …]
Dtrace_processor_context.h52 std::unique_ptr<HeapProfileTracker> heap_profile_tracker; variable
DBUILD.gn75 "heap_profile_tracker.cc",
76 "heap_profile_tracker.h",
Dproto_trace_parser.cc1303 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()
Dtrace_processor_impl.cc234 context_.heap_profile_tracker.reset(new HeapProfileTracker(&context_)); in TraceProcessorImpl()
/external/perfetto/
DBUILD183 "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",
DAndroid.bp3264 "src/trace_processor/heap_profile_tracker.cc",