Sign in
flutter
/
third_party
/
perfetto
/
9ed18981b172e0ef8f5f1a42f22733f4656138bd
/
.
/
test
/
trace_processor
/
process_tracking.sql
blob: 922cb7fad78fdc4306bb534c019a7b5ed04cfc0b [
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
tid