Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dheap_profile_tracker_unittest.cc60 context.heap_profile_tracker.reset(new HeapProfileTracker(&context)); in HeapProfileTrackerDupTest()
118 context.heap_profile_tracker->FinalizeProfile( in TEST_F()
121 context.heap_profile_tracker->FinalizeProfile( in TEST_F()
144 context.heap_profile_tracker->FinalizeProfile( in TEST_F()
147 context.heap_profile_tracker->FinalizeProfile( in TEST_F()
160 context.heap_profile_tracker->FinalizeProfile( in TEST_F()
163 context.heap_profile_tracker->FinalizeProfile( in TEST_F()
198 context.heap_profile_tracker.reset(new HeapProfileTracker(&context)); in TEST()
200 HeapProfileTracker* hpt = context.heap_profile_tracker.get(); in TEST()
231 context.heap_profile_tracker.reset(new HeapProfileTracker(&context)); in TEST()
[all …]
Dproto_trace_parser.cc250 context_->heap_profile_tracker->SetProfilePacketIndex(seq_id, packet.index()); in ParseProfilePacket()
332 context_->heap_profile_tracker->StoreAllocation(seq_id, src_allocation); in ParseProfilePacket()
338 context_->heap_profile_tracker->FinalizeProfile( in ParseProfilePacket()
/external/perfetto/src/trace_processor/
Dtrace_processor_storage_impl.cc49 context_.heap_profile_tracker.reset(new HeapProfileTracker(&context_)); in TraceProcessorStorageImpl()
85 context_.heap_profile_tracker->NotifyEndOfFile(); in NotifyEndOfFile()
DBUILD.gn91 "importers/proto/heap_profile_tracker.cc",
92 "importers/proto/heap_profile_tracker.h",
/external/perfetto/src/trace_processor/types/
Dtrace_processor_context.h73 std::unique_ptr<HeapProfileTracker> heap_profile_tracker; variable
/external/perfetto/
DBUILD1045 "src/trace_processor/importers/proto/heap_profile_tracker.cc",
1046 "src/trace_processor/importers/proto/heap_profile_tracker.h",
DAndroid.bp6700 "src/trace_processor/importers/proto/heap_profile_tracker.cc",