Sign in
flutter
/
third_party
/
perfetto
/
0c2a0d0a169256990c11edeaf23c477693472df4
/
.
/
test
/
trace_processor
/
parsing
/
sched_blocked_reason.sql
blob: 59e26e6cc0f82d13cf027998029077f5e04fd1c7 [
file
] [
log
] [
blame
]
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'