Sign in
flutter
/
third_party
/
perfetto
/
2e06f79dc55224473b7b77fc0bbb0c1cc4c47e7d
/
.
/
test
/
trace_processor
/
lmk.sql
blob: 8a5de9e72476d01ab68b9158fe38c24761a36168 [
file
] [
log
] [
blame
]
select
ts
,
process
.
pid
from
instants
inner
join
process
on
instants
.
ref
=
process
.
upid
;