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