Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/table_functions/
H A Dexperimental_flat_slice.cc102 struct ActiveSlice { in ComputeFlatSliceTable() struct
103 std::optional<uint32_t> source_row; in ComputeFlatSliceTable()
104 uint32_t out_row = std::numeric_limits<uint32_t>::max(); in ComputeFlatSliceTable()
106 bool is_sentinel() const { return !source_row; } in ComputeFlatSliceTable()