Sign in
flutter
/
third_party
/
perfetto
/
b172f98ecb94154e3f66d14a08fcbf1fb30b8c87
/
.
/
test
/
trace_processor
/
parsing
/
sched_blocked_reason.sql
blob: 1761c97071ea32d7cc9802cecc80db8ca705ef68 [
file
] [
log
] [
blame
]
select
ts
,
tid
,
io_wait
from
thread_state
join
thread
using
(
utid
)
where
state
=
'D'
order
by
ts