aboutsummaryrefslogtreecommitdiff
path: root/test/trace_processor/parsing/sched_blocked_reason.sql
blob: 59e26e6cc0f82d13cf027998029077f5e04fd1c7 (plain)
1
2
3
4
select ts, tid, EXTRACT_ARG(arg_set_id, 'io_wait') as io_wait
from instants
join thread on instants.ref = thread.utid
where instants.name = 'sched_blocked_reason'