blob: c0ea0d26cd8a95d764dc9032c5f2c87a3c57c388 [file] [log] [blame]
select s.name, dur, tid, pid
from slice s
join thread_track t on s.track_id = t.id
join thread using(utid)
left join process using(upid);