blob: 3c2bbe623bd0614eaddc91cd255fa5497d87ca70 [file] [log] [blame]
select tid, pid, process.name as pname, thread.name as tname
from thread
left join process using(upid)
where tid > 0
order by utid