Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/prelude/table_functions/
Ddescendant.cc151 uint32_t start_id_uint = static_cast<uint32_t>(start_id); in ComputeTable() local
153 slices, tables::SliceTable::Id(start_id_uint), descendants)); in ComputeTable()
155 start_id_uint, slices, std::move(descendants)); in ComputeTable()
Dancestor.cc153 uint32_t start_id_uint = static_cast<uint32_t>(start_id); in ComputeTable() local
157 SliceId(start_id_uint), storage_->slice_table(), table_return); in ComputeTable()
161 CallsiteId(start_id_uint), storage_->stack_profile_callsite_table(), in ComputeTable()