aboutsummaryrefslogtreecommitdiff
path: root/test/trace_processor/thread_main_thread.sql
blob: a6aab0a8bb4cf9313d59f2c9946ded4dd93d1f96 (plain)
1
2
3
4
5
6
SELECT
  tid,
  is_main_thread
FROM thread
WHERE tid IN (5, 7, 11, 12, 99)
ORDER BY tid;