1SELECT ts, name FROM descendant_slice_by_stack(( 2 SELECT stack_id FROM slice 3 WHERE name = 'event_depth_0' 4 LIMIT 1 5)); 6 7