Searched refs:HeapProfileTracker (Results 1 – 6 of 6) sorted by relevance
235 HeapProfileTracker::HeapProfileTracker(TraceProcessorContext* context) in HeapProfileTracker() function in perfetto::trace_processor::HeapProfileTracker238 HeapProfileTracker::~HeapProfileTracker() = default;240 void HeapProfileTracker::SetProfilePacketIndex(uint32_t seq_id, in SetProfilePacketIndex()266 void HeapProfileTracker::AddAllocation( in AddAllocation()376 void HeapProfileTracker::StoreAllocation(uint32_t seq_id, in StoreAllocation()382 void HeapProfileTracker::CommitAllocations( in CommitAllocations()392 void HeapProfileTracker::FinalizeProfile( in FinalizeProfile()400 void HeapProfileTracker::NotifyEndOfFile() { in NotifyEndOfFile()
35 class HeapProfileTracker {52 explicit HeapProfileTracker(TraceProcessorContext* context);73 ~HeapProfileTracker();
62 context.heap_profile_tracker.reset(new HeapProfileTracker(&context)); in HeapProfileTrackerDupTest()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()239 HeapProfileTracker* hpt = context.heap_profile_tracker.get(); in TEST()
352 HeapProfileTracker::SourceAllocation src_allocation; in ParseProfilePacket()
40 class HeapProfileTracker; variable79 std::unique_ptr<HeapProfileTracker> heap_profile_tracker;
57 context_.heap_profile_tracker.reset(new HeapProfileTracker(&context_)); in TraceProcessorStorageImpl()