Sign in
flutter
/
third_party
/
perfetto
/
7edcbe60b3501f61524a8da7cc80f1a33323fb6f
/
.
/
test
/
trace_processor
/
tables
/
thread_main_thread.sql
blob: a6aab0a8bb4cf9313d59f2c9946ded4dd93d1f96 [
file
] [
log
] [
blame
]
SELECT
tid
,
is_main_thread
FROM
thread
WHERE
tid
IN
(
5
,
7
,
11
,
12
,
99
)
ORDER
BY
tid
;