Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/prelude/table_functions/
Dexperimental_annotated_stack.cc108 std::string ExperimentalAnnotatedStack::TableName() { in TableName()
112 Table::Schema ExperimentalAnnotatedStack::CreateSchema() { in CreateSchema()
116 base::Status ExperimentalAnnotatedStack::ValidateConstraints( in ValidateConstraints()
132 base::Status ExperimentalAnnotatedStack::ComputeTable( in ComputeTable()
317 uint32_t ExperimentalAnnotatedStack::EstimateRowCount() { in EstimateRowCount()
Dexperimental_annotated_stack.h32 class ExperimentalAnnotatedStack : public TableFunction {
34 explicit ExperimentalAnnotatedStack(TraceProcessorContext* context) in ExperimentalAnnotatedStack() function
/external/perfetto/src/trace_processor/
Dtrace_processor_impl.cc630 RegisterTableFunction(std::unique_ptr<ExperimentalAnnotatedStack>( in TraceProcessorImpl()
631 new ExperimentalAnnotatedStack(&context_))); in TraceProcessorImpl()