Searched refs:ExperimentalSliceLayoutGenerator (Results 1 – 4 of 4) sorted by relevance
38 ExperimentalSliceLayoutGenerator::ExperimentalSliceLayoutGenerator( in ExperimentalSliceLayoutGenerator() function in perfetto::trace_processor::ExperimentalSliceLayoutGenerator44 ExperimentalSliceLayoutGenerator::~ExperimentalSliceLayoutGenerator() = default;46 Table::Schema ExperimentalSliceLayoutGenerator::CreateSchema() { in CreateSchema()57 std::string ExperimentalSliceLayoutGenerator::TableName() { in TableName()61 uint32_t ExperimentalSliceLayoutGenerator::EstimateRowCount() { in EstimateRowCount()65 util::Status ExperimentalSliceLayoutGenerator::ValidateConstraints( in ValidateConstraints()76 std::unique_ptr<Table> ExperimentalSliceLayoutGenerator::ComputeTable( in ComputeTable()132 tables::SliceTable::Id ExperimentalSliceLayoutGenerator::InsertSlice( in InsertSlice()175 Table ExperimentalSliceLayoutGenerator::ComputeLayoutTable( in ComputeLayoutTable()
28 class ExperimentalSliceLayoutGenerator34 ExperimentalSliceLayoutGenerator(StringPool* string_pool,36 virtual ~ExperimentalSliceLayoutGenerator() override;
28 ExperimentalSliceLayoutGenerator::kFilterTrackIdsColumnIndex;104 ExperimentalSliceLayoutGenerator gen(&pool, &slice_table); in TEST()122 ExperimentalSliceLayoutGenerator gen(&pool, &slice_table); in TEST()145 ExperimentalSliceLayoutGenerator gen(&pool, &slice_table); in TEST()175 ExperimentalSliceLayoutGenerator gen(&pool, &slice_table); in TEST()210 ExperimentalSliceLayoutGenerator gen(&pool, &slice_table); in TEST()243 ExperimentalSliceLayoutGenerator gen(&pool, &slice_table); in TEST()
746 RegisterDynamicTable(std::unique_ptr<ExperimentalSliceLayoutGenerator>( in TraceProcessorImpl()747 new ExperimentalSliceLayoutGenerator( in TraceProcessorImpl()