Lines Matching refs:tid
173 # Show branches made during a function call (e.g. where call_id is 29357 and return_id is 29370 and tid is 29670)
175 # SELECT * FROM samples_view WHERE id >= 29357 AND id <= 29370 AND tid = 29670 AND event LIKE 'branches%';
353 'tid integer)')
534 'tid'
543 '(SELECT tid FROM threads WHERE id = thread_id) AS tid'
568 '(SELECT tid FROM threads WHERE id = thread_id) AS tid,'
594 '(SELECT tid FROM threads WHERE id = thread_id) AS tid,'
719 'th_out.tid AS tid_out,'
722 'th_in.tid AS tid_in,'
990 def thread_table(thread_id, machine_id, process_id, pid, tid, *x):
991 value = struct.pack("!hiqiqiqiiii", 5, 8, thread_id, 8, machine_id, 8, process_id, 4, pid, 4, tid)