Home
last modified time | relevance | path

Searched refs:ConnectedFlowGenerator (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/trace_processor/dynamic/
Dconnected_flow_generator.cc31 ConnectedFlowGenerator::ConnectedFlowGenerator(Mode mode, in ConnectedFlowGenerator() function in perfetto::trace_processor::ConnectedFlowGenerator
35 ConnectedFlowGenerator::~ConnectedFlowGenerator() = default;
37 util::Status ConnectedFlowGenerator::ValidateConstraints( in ValidateConstraints()
199 std::unique_ptr<Table> ConnectedFlowGenerator::ComputeTable( in ComputeTable()
250 Table::Schema ConnectedFlowGenerator::CreateSchema() { in CreateSchema()
258 std::string ConnectedFlowGenerator::TableName() { in TableName()
270 uint32_t ConnectedFlowGenerator::EstimateRowCount() { in EstimateRowCount()
Dconnected_flow_generator.h36 class ConnectedFlowGenerator : public DbSqliteTable::DynamicTableGenerator {
50 ConnectedFlowGenerator(Mode mode, TraceProcessorContext* context);
51 ~ConnectedFlowGenerator() override;
/external/perfetto/src/trace_processor/
Dtrace_processor_impl.cc757 std::unique_ptr<ConnectedFlowGenerator>(new ConnectedFlowGenerator( in TraceProcessorImpl()
758 ConnectedFlowGenerator::Mode::kDirectlyConnectedFlow, &context_))); in TraceProcessorImpl()
760 std::unique_ptr<ConnectedFlowGenerator>(new ConnectedFlowGenerator( in TraceProcessorImpl()
761 ConnectedFlowGenerator::Mode::kPrecedingFlow, &context_))); in TraceProcessorImpl()
763 std::unique_ptr<ConnectedFlowGenerator>(new ConnectedFlowGenerator( in TraceProcessorImpl()
764 ConnectedFlowGenerator::Mode::kFollowingFlow, &context_))); in TraceProcessorImpl()