Searched refs:DescendantSliceGenerator (Results 1 – 4 of 4) sorted by relevance
27 DescendantSliceGenerator::DescendantSliceGenerator( in DescendantSliceGenerator() function in perfetto::trace_processor::DescendantSliceGenerator31 DescendantSliceGenerator::~DescendantSliceGenerator() = default;33 util::Status DescendantSliceGenerator::ValidateConstraints( in ValidateConstraints()50 std::unique_ptr<Table> DescendantSliceGenerator::ComputeTable( in ComputeTable()79 Table::Schema DescendantSliceGenerator::CreateSchema() { in CreateSchema()87 std::string DescendantSliceGenerator::TableName() { in TableName()91 uint32_t DescendantSliceGenerator::EstimateRowCount() { in EstimateRowCount()96 base::Optional<RowMap> DescendantSliceGenerator::GetDescendantSlices( in GetDescendantSlices()
33 class DescendantSliceGenerator : public DbSqliteTable::DynamicTableGenerator {35 explicit DescendantSliceGenerator(TraceProcessorContext* context);36 ~DescendantSliceGenerator() override;
130 DescendantSliceGenerator::GetDescendantSlices( in GoToRelatives()
754 RegisterDynamicTable(std::unique_ptr<DescendantSliceGenerator>( in TraceProcessorImpl()755 new DescendantSliceGenerator(&context_))); in TraceProcessorImpl()