Sign in
flutter
/
third_party
/
perfetto
/
6ac81f78d1599ed77f94dffb8d3094e7bdd63de5
/
.
/
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