Home
last modified time | relevance | path

Searched refs:InternRootTypeString (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dheap_graph_tracker.h223 StringId InternRootTypeString(protos::pbzero::HeapGraphRoot::Type);
Dheap_graph_tracker.cc632 MarkRoot(row_ref, InternRootTypeString(root.root_type)); in FinalizeProfile()
826 if (type == InternRootTypeString(kRootTypePrecedence[idx])) { in RankRoot()
1118 StringId HeapGraphTracker::InternRootTypeString( in InternRootTypeString() function in perfetto::trace_processor::HeapGraphTracker