Home
last modified time | relevance | path

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

/external/perfetto/tools/trace_to_text/
Dpprof_builder.cc331 Iterator cid_it = tp->ExecuteQuery( in PreprocessLocations() local
333 while (cid_it.Next()) { in PreprocessLocations()
334 int64_t query_cid = cid_it.Get(0).AsLong(); in PreprocessLocations()
415 if (!cid_it.Status().ok()) { in PreprocessLocations()
417 cid_it.Status().message().c_str()); in PreprocessLocations()