Home
last modified time | relevance | path

Searched refs:heap_graph_tracker (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dheap_graph_module.cc149 auto* heap_graph_tracker = HeapGraphTracker::GetOrCreate(context_); in ParseHeapGraph() local
153 heap_graph_tracker->SetPacketIndex(seq_id, heap_graph.index()); in ParseHeapGraph()
159 heap_graph_tracker->GetLastObjectId(seq_id) + object.id_delta(); in ParseHeapGraph()
200 heap_graph_tracker->AddObject(seq_id, upid, ts, std::move(obj)); in ParseHeapGraph()
231 heap_graph_tracker->AddInternedType( in ParseHeapGraph()
241 heap_graph_tracker->AddInternedFieldName(seq_id, entry.iid(), str_view); in ParseHeapGraph()
248 heap_graph_tracker->AddInternedLocationName( in ParseHeapGraph()
269 heap_graph_tracker->AddRoot(seq_id, upid, ts, std::move(src_root)); in ParseHeapGraph()
272 heap_graph_tracker->FinalizeProfile(seq_id); in ParseHeapGraph()
280 auto* heap_graph_tracker = HeapGraphTracker::GetOrCreate(context_); in DeobfuscateClass() local
[all …]
Dheap_graph_tracker.h93 if (!context->heap_graph_tracker) { in GetOrCreate()
94 context->heap_graph_tracker.reset(new HeapGraphTracker(context)); in GetOrCreate()
96 return static_cast<HeapGraphTracker*>(context->heap_graph_tracker.get()); in GetOrCreate()
/external/perfetto/src/trace_processor/types/
Dtrace_processor_context.h94 std::unique_ptr<Destructible> heap_graph_tracker; // HeapGraphTracker variable
/external/perfetto/src/trace_processor/
DBUILD.gn234 "importers/proto/heap_graph_tracker.cc",
235 "importers/proto/heap_graph_tracker.h",
/external/perfetto/
DBUILD1279 "src/trace_processor/importers/proto/heap_graph_tracker.cc",
1280 "src/trace_processor/importers/proto/heap_graph_tracker.h",
DAndroid.bp7968 "src/trace_processor/importers/proto/heap_graph_tracker.cc",