Home
last modified time | relevance | path

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

/external/perfetto/tools/trace_to_text/
Dpprof_builder.cc466 seen_locations_.insert(location_ids.cbegin(), location_ids.cend()); in AddSample()
497 if (seen_locations_.find(id) == seen_locations_.end()) in WriteLocations()
523 if (written_locations != seen_locations_.size()) { in WriteLocations()
526 written_locations, seen_locations_.size()); in WriteLocations()
641 std::set<int64_t> seen_locations_; member in perfetto::trace_to_text::__anonb9473e550211::GProfileBuilder