aboutsummaryrefslogtreecommitdiff
path: root/test/trace_processor/slice_with_pid.sql
blob: c0ea0d26cd8a95d764dc9032c5f2c87a3c57c388 (plain)
1
2
3
4
5
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);