Searched refs:sched_slice_table_ (Results 1 – 4 of 4) sorted by relevance
25 : sched_slice_table_(&sched), thread_table_(&thread) {} in ExperimentalSchedUpidGenerator()41 return sched_slice_table_->row_count(); in EstimateRowCount()55 return std::unique_ptr<Table>(new Table(sched_slice_table_->ExtendWithColumn( in ComputeTable()62 for (uint32_t i = 0; i < sched_slice_table_->row_count(); ++i) { in ComputeUpidColumn()63 upid.Append(thread_table_->upid()[sched_slice_table_->utid()[i]]); in ComputeUpidColumn()
45 const tables::SchedSliceTable* sched_slice_table_; variable
127 DbTableMaybeUpdateMinMax(sched_slice_table_.ts(), &start_ns, &end_ns, in GetTraceTimestampBoundsNs()128 &sched_slice_table_.dur()); in GetTraceTimestampBoundsNs()
391 return sched_slice_table_; in sched_slice_table()394 return &sched_slice_table_; in mutable_sched_slice_table()770 tables::SchedSliceTable sched_slice_table_{&string_pool_, nullptr};