Sign in
flutter
/
third_party
/
perfetto
/
2e06f79dc55224473b7b77fc0bbb0c1cc4c47e7d
/
.
/
test
/
trace_processor
/
process_tracking.sql
blob: 3c2bbe623bd0614eaddc91cd255fa5497d87ca70 [
file
] [
log
] [
blame
]
select
tid
,
pid
,
process
.
name
as
pname
,
thread
.
name
as
tname
from
thread
left
join
process
using
(
upid
)
where
tid
>
0
order
by
utid