Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/dynamic/
Dexperimental_sched_upid_generator.cc25 : 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()
Dexperimental_sched_upid_generator.h45 const tables::SchedSliceTable* sched_slice_table_; variable
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.cc127 DbTableMaybeUpdateMinMax(sched_slice_table_.ts(), &start_ns, &end_ns, in GetTraceTimestampBoundsNs()
128 &sched_slice_table_.dur()); in GetTraceTimestampBoundsNs()
Dtrace_storage.h391 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};