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 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()
Dexperimental_slice_layout_generator.h28 class ExperimentalSliceLayoutGenerator
34 ExperimentalSliceLayoutGenerator(StringPool* string_pool,
36 virtual ~ExperimentalSliceLayoutGenerator() override;
Dexperimental_slice_layout_generator_unittest.cc28 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()
/external/perfetto/src/trace_processor/
Dtrace_processor_impl.cc746 RegisterDynamicTable(std::unique_ptr<ExperimentalSliceLayoutGenerator>( in TraceProcessorImpl()
747 new ExperimentalSliceLayoutGenerator( in TraceProcessorImpl()