Sign in
flutter
/
third_party
/
perfetto
/
c21a9066a4a8d94ab5ade02e7cb905f7e36f3275
/
.
/
test
/
trace_processor
/
sched_wakeup.sql
blob: 33b4e06c5139fa84f24d2454d47c57b3df2853ca [
file
] [
log
] [
blame
]
select
ts
,
tid
from
instants
inner
join
thread
on
instants
.
ref
=
thread
.
utid
where
instants
.
name
=
'sched_wakeup'
limit
20