Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/prelude/table_functions/
Ddescendant.cc52 SliceId starting_id, in GetDescendants() argument
54 auto start_ref = slices.FindById(starting_id); in GetDescendants()
58 static_cast<uint32_t>(starting_id.value)); in GetDescendants()
Dancestor.cc55 typename T::Id starting_id, in GetAncestors() argument
57 auto start_ref = table.FindById(starting_id); in GetAncestors()
60 static_cast<uint32_t>(starting_id.value)); in GetAncestors()
/external/libchrome/base/debug/
Dactivity_tracker.cc936 const uint32_t starting_id = in CreateSnapshot() local
989 if (header_->owner.data_id.load(std::memory_order_seq_cst) != starting_id || in CreateSnapshot()