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 base::Status ExperimentalSliceLayoutGenerator::ValidateConstraints( in ValidateConstraints()76 base::Status ExperimentalSliceLayoutGenerator::ComputeTable( in ComputeTable()137 tables::SliceTable::Id ExperimentalSliceLayoutGenerator::InsertSlice( in InsertSlice()180 Table ExperimentalSliceLayoutGenerator::ComputeLayoutTable( in ComputeLayoutTable()
28 class ExperimentalSliceLayoutGenerator34 ExperimentalSliceLayoutGenerator(StringPool* string_pool,36 virtual ~ExperimentalSliceLayoutGenerator() override;
29 ExperimentalSliceLayoutGenerator::kFilterTrackIdsColumnIndex;105 ExperimentalSliceLayoutGenerator gen(&pool, &slice_table); in TEST()126 ExperimentalSliceLayoutGenerator gen(&pool, &slice_table); in TEST()152 ExperimentalSliceLayoutGenerator gen(&pool, &slice_table); in TEST()185 ExperimentalSliceLayoutGenerator gen(&pool, &slice_table); in TEST()223 ExperimentalSliceLayoutGenerator gen(&pool, &slice_table); in TEST()259 ExperimentalSliceLayoutGenerator gen(&pool, &slice_table); in TEST()
930 RegisterDynamicTable(std::unique_ptr<ExperimentalSliceLayoutGenerator>( in TraceProcessorImpl()931 new ExperimentalSliceLayoutGenerator( in TraceProcessorImpl()