/external/perfetto/src/trace_processor/prelude/table_functions/ |
D | ancestor.cc | 91 std::unique_ptr<Table>& table_return) { in BuildAncestorsTable() argument 95 table_return = in BuildAncestorsTable() 120 std::unique_ptr<Table>& table_return) { in ComputeTable() argument 133 table_return = tables::AncestorSliceTable::SelectAndExtendParent( in ComputeTable() 137 table_return = in ComputeTable() 142 table_return = tables::AncestorSliceByStackTable::SelectAndExtendParent( in ComputeTable() 157 SliceId(start_id_uint), storage_->slice_table(), table_return); in ComputeTable() 162 table_return); in ComputeTable() 176 table_return = ExtendWithStartId<tables::AncestorSliceByStackTable>( in ComputeTable()
|
D | descendant.cc | 116 std::unique_ptr<Table>& table_return) { in ComputeTable() argument 131 table_return = tables::DescendantSliceTable::SelectAndExtendParent( in ComputeTable() 135 table_return = in ComputeTable() 154 table_return = ExtendWithStartId<tables::DescendantSliceTable>( in ComputeTable() 163 table_return = ExtendWithStartId<tables::DescendantSliceByStackTable>( in ComputeTable()
|
D | experimental_sched_upid.cc | 56 std::unique_ptr<Table>& table_return) { in ComputeTable() argument 61 table_return.reset(new Table(sched_upid_table_->Copy())); in ComputeTable()
|
D | experimental_counter_dur.cc | 55 std::unique_ptr<Table>& table_return) { in ComputeTable() argument 61 table_return.reset(new Table(counter_dur_table_->Copy())); in ComputeTable()
|
D | connected_flow.cc | 205 std::unique_ptr<Table>& table_return) { in ComputeTable() argument 218 table_return = in ComputeTable() 256 table_return = tables::ConnectedFlowTable::SelectAndExtendParent( in ComputeTable()
|
D | experimental_slice_layout.cc | 84 std::unique_ptr<Table>& table_return) { in ComputeTable() argument 108 table_return.reset(new Table(cache_it->second->Copy())); in ComputeTable() 126 table_return.reset(new Table(res.first->second->Copy())); in ComputeTable()
|
D | table_function.h | 59 std::unique_ptr<Table>& table_return) = 0;
|
D | experimental_annotated_stack.h | 44 std::unique_ptr<Table>& table_return) override;
|
D | experimental_flat_slice.h | 67 std::unique_ptr<Table>& table_return) override;
|
D | connected_flow.h | 60 std::unique_ptr<Table>& table_return) override;
|
D | experimental_sched_upid.h | 41 std::unique_ptr<Table>& table_return) override;
|
D | experimental_counter_dur.h | 40 std::unique_ptr<Table>& table_return) override;
|
D | descendant.h | 48 std::unique_ptr<Table>& table_return) override;
|
D | ancestor.h | 49 std::unique_ptr<Table>& table_return) override;
|
D | experimental_flamegraph.h | 52 std::unique_ptr<Table>& table_return) override;
|
D | experimental_annotated_stack.cc | 136 std::unique_ptr<Table>& table_return) { in ComputeTable() argument 310 table_return = in ComputeTable()
|
D | experimental_slice_layout.h | 41 std::unique_ptr<Table>& table_return) override;
|
D | experimental_flat_slice.cc | 51 std::unique_ptr<Table>& table_return) { in ComputeTable() argument 65 table_return = ComputeFlatSliceTable(context_->storage->slice_table(), in ComputeTable()
|
D | experimental_flamegraph.cc | 329 std::unique_ptr<Table>& table_return) { in ComputeTable() argument 356 table_return = std::move(table); in ComputeTable()
|