Home
last modified time | relevance | path

Searched refs:emit_shadow_slices (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/trace_processor/
Dspan_join_operator_table.cc199 bool emit_shadow_slices) { in CreateTableDefinition() argument
236 emit_shadow_slices, ts_idx, dur_idx, partition_idx); in CreateTableDefinition()
288 if (step_now->definition()->emit_shadow_slices()) { in Filter()
475 PERFETTO_DCHECK(defn_->emit_shadow_slices()); in Step()
521 if (defn_->emit_shadow_slices()) { in Step()
536 if (!defn_->emit_shadow_slices()) in Step()
671 bool emit_shadow_slices, in TableDefinition() argument
678 emit_shadow_slices_(emit_shadow_slices), in TableDefinition()
Dspan_join_operator_table.h103 bool emit_shadow_slices,
112 bool emit_shadow_slices() const { return emit_shadow_slices_; } in emit_shadow_slices() function
275 bool emit_shadow_slices);