• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1select s.name, dur, tid, pid
2from slice s
3join thread_track t on s.track_id = t.id
4join thread using(utid)
5left join process using(upid);