Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/dynamic/
Ddescendant_slice_generator.cc27 DescendantSliceGenerator::DescendantSliceGenerator( in DescendantSliceGenerator() function in perfetto::trace_processor::DescendantSliceGenerator
31 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()
Ddescendant_slice_generator.h33 class DescendantSliceGenerator : public DbSqliteTable::DynamicTableGenerator {
35 explicit DescendantSliceGenerator(TraceProcessorContext* context);
36 ~DescendantSliceGenerator() override;
Dconnected_flow_generator.cc130 DescendantSliceGenerator::GetDescendantSlices( in GoToRelatives()
/external/perfetto/src/trace_processor/
Dtrace_processor_impl.cc754 RegisterDynamicTable(std::unique_ptr<DescendantSliceGenerator>( in TraceProcessorImpl()
755 new DescendantSliceGenerator(&context_))); in TraceProcessorImpl()