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.cc62 context.heap_profile_tracker.reset(new HeapProfileTracker(&context)); in HeapProfileTrackerDupTest()
121 context.heap_profile_tracker->FinalizeProfile( in TEST_F()
124 context.heap_profile_tracker->FinalizeProfile( in TEST_F()
147 context.heap_profile_tracker->FinalizeProfile( in TEST_F()
150 context.heap_profile_tracker->FinalizeProfile( in TEST_F()
163 context.heap_profile_tracker->FinalizeProfile( in TEST_F()
166 context.heap_profile_tracker->FinalizeProfile( in TEST_F()
202 context.heap_profile_tracker.reset(new HeapProfileTracker(&context)); in TEST()
204 HeapProfileTracker* hpt = context.heap_profile_tracker.get(); in TEST()
237 context.heap_profile_tracker.reset(new HeapProfileTracker(&context)); in TEST()
[all …]
Dproto_trace_parser.cc251 context_->heap_profile_tracker->SetProfilePacketIndex(seq_id, packet.index()); in ParseProfilePacket()
373 context_->heap_profile_tracker->StoreAllocation(seq_id, src_allocation); in ParseProfilePacket()
379 context_->heap_profile_tracker->FinalizeProfile( in ParseProfilePacket()
/external/perfetto/src/trace_processor/
Dtrace_processor_storage_impl.cc57 context_.heap_profile_tracker.reset(new HeapProfileTracker(&context_)); in TraceProcessorStorageImpl()
111 context_.heap_profile_tracker->NotifyEndOfFile(); in NotifyEndOfFile()
DBUILD.gn93 "importers/proto/heap_profile_tracker.cc",
94 "importers/proto/heap_profile_tracker.h",
/external/perfetto/src/trace_processor/types/
Dtrace_processor_context.h79 std::unique_ptr<HeapProfileTracker> heap_profile_tracker; variable
/external/perfetto/
DBUILD1330 "src/trace_processor/importers/proto/heap_profile_tracker.cc",
1331 "src/trace_processor/importers/proto/heap_profile_tracker.h",
DAndroid.bp7994 "src/trace_processor/importers/proto/heap_profile_tracker.cc",