blob: 922cb7fad78fdc4306bb534c019a7b5ed04cfc0b [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 tid