Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/dynamic/
Dexperimental_slice_layout_generator.cc38 ExperimentalSliceLayoutGenerator::ExperimentalSliceLayoutGenerator( in ExperimentalSliceLayoutGenerator() function in perfetto::trace_processor::ExperimentalSliceLayoutGenerator
44 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()
Dexperimental_slice_layout_generator.h28 class ExperimentalSliceLayoutGenerator
34 ExperimentalSliceLayoutGenerator(StringPool* string_pool,
36 virtual ~ExperimentalSliceLayoutGenerator() override;
Dexperimental_slice_layout_generator_unittest.cc29 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()
/external/perfetto/src/trace_processor/
Dtrace_processor_impl.cc930 RegisterDynamicTable(std::unique_ptr<ExperimentalSliceLayoutGenerator>( in TraceProcessorImpl()
931 new ExperimentalSliceLayoutGenerator( in TraceProcessorImpl()