Home
last modified time | relevance | path

Searched refs:Descendant (Results 1 – 7 of 7) sorted by relevance

/external/perfetto/src/trace_processor/prelude/table_functions/
Ddescendant.cc86 uint32_t GetConstraintColumnIndex(Descendant::Type type) { in GetConstraintColumnIndex()
88 case Descendant::Type::kSlice: in GetConstraintColumnIndex()
90 case Descendant::Type::kSliceByStack: in GetConstraintColumnIndex()
98 Descendant::Descendant(Type type, const TraceStorage* storage) in Descendant() function in perfetto::trace_processor::Descendant
101 base::Status Descendant::ValidateConstraints(const QueryConstraints& qc) { in ValidateConstraints()
113 base::Status Descendant::ComputeTable(const std::vector<Constraint>& cs, in ComputeTable()
172 Table::Schema Descendant::CreateSchema() { in CreateSchema()
182 std::string Descendant::TableName() { in TableName()
192 uint32_t Descendant::EstimateRowCount() { in EstimateRowCount()
198 Descendant::GetDescendantSlices(const tables::SliceTable& slices, in GetDescendantSlices()
Ddescendant_unittest.cc32 Descendant generator{Descendant::Type::kSlice, &storage}; in TEST()
50 Descendant generator{Descendant::Type::kSliceByStack, &storage}; in TEST()
Ddescendant.h35 class Descendant : public TableFunction {
39 Descendant(Type type, const TraceStorage*);
Dconnected_flow.cc135 Descendant::GetDescendantSlices(slice_table, slice_id); in GoToRelatives()
/external/pdfium/testing/resources/
Dbookmarks.in106 /Title (Open Middle Descendant)
124 /Title (A Good Closed Ending Descendant)
132 /Title (A Good Closed Ending Descendant 2)
/external/perfetto/src/trace_processor/
Dtrace_processor_impl.cc617 RegisterTableFunction(std::unique_ptr<Descendant>( in TraceProcessorImpl()
618 new Descendant(Descendant::Type::kSlice, context_.storage.get()))); in TraceProcessorImpl()
619 RegisterTableFunction(std::unique_ptr<Descendant>( in TraceProcessorImpl()
620 new Descendant(Descendant::Type::kSliceByStack, context_.storage.get()))); in TraceProcessorImpl()
/external/perfetto/docs/analysis/
Dtrace-processor.md409 ### Descendant slice
437 ### Descendant slice by stack