Sign in
flutter
/
third_party
/
perfetto
/
9b2d52bfe89c55e4081f5a9cb21bf2834640f055
/
.
/
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