Home
last modified time | relevance | path

Searched defs:StackState (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/src/protozero/filtering/
Dmessage_filter.h164 struct StackState { struct
180 // the StackState is pushed. This is used to work out, when popping, how argument
182 uint32_t out_bytes_written_at_start = 0;
184 uint32_t field_id = 0; // The proto field id for the current message.
185 uint32_t msg_index = 0; // The index of the message filter in the bytecode.
204 uint8_t* size_field = nullptr;
205 uint32_t size_field_len = 0;
232 std::vector<StackState> stack_; argument
/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/
Dstructural_tree_partition.cc155 struct StackState { in Final() struct
156 Row row; in Final()
157 std::optional<uint32_t> prev_ancestor_id_for_group; in Final()
158 bool first_pass_done; in Final()
Ddominator_tree.cc206 struct StackState { in RunDfs() struct
207 Node node; in RunDfs()
208 std::optional<TreeNumber> parent; in RunDfs()
/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/table_functions/
Ddfs_weight_bounded.cc113 struct StackState { in DfsWeightBoundedImpl() struct
114 uint32_t id; in DfsWeightBoundedImpl()
115 uint32_t weight; in DfsWeightBoundedImpl()
116 std::optional<uint32_t> parent_id; in DfsWeightBoundedImpl()