Sign in
flutter
/
third_party
/
perfetto
/
f9cd7de6d2cd74fcbf0ef4aae0c9f57782b19381
/
.
/
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'