Sign in
flutter
/
third_party
/
perfetto
/
2572ddc7cb8d98a935e1ba8772109fc25f6f1ebd
/
.
/
test
/
trace_processor
/
parsing
/
sched_blocked_reason.sql
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