Sign in
flutter
/
third_party
/
perfetto
/
4951933ec6d538e8e67cba8d9b400b5a7cb08678
/
.
/
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