blob: b0d85d571382e65bf3b52370794f517fb7fc66f9 [file] [log] [blame]
select ts, tid, EXTRACT_ARG(arg_set_id, 'io_wait') as io_wait
from legacy_instant
join thread USING (utid)
where legacy_instant.name = 'sched_blocked_reason'
order by ts