Lines Matching refs:thread_id
509 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, br… argument
512 self.thread_id = thread_id
533 " AND thread_id = " + str(self.thread_id) +
545 …elThreeItem(self.glb, self.params, self.child_count, self.comm_id, self.thread_id, query.value(0),…
553 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, name, dso, count, time, ins… argument
554 …super(CallGraphLevelThreeItem, self).__init__(glb, params, row, comm_id, thread_id, call_path_id, …
570 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument
571 …super(CallGraphLevelTwoItem, self).__init__(glb, params, row, comm_id, thread_id, 1, 0, 0, 0, 0, p…
576 self.dbid = thread_id
788 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, time, insn_cnt, cyc_cnt, branch… argument
791 self.thread_id = thread_id
801 comm_thread = " AND comm_id = " + str(self.comm_id) + " AND thread_id = " + str(self.thread_id)
825 …elThreeItem(self.glb, self.params, self.child_count, self.comm_id, self.thread_id, query.value(0),…
833 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, name, dso, count, time, insn_cn… argument
834 …super(CallTreeLevelThreeItem, self).__init__(glb, params, row, comm_id, thread_id, calls_id, time,…
850 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument
851 …super(CallTreeLevelTwoItem, self).__init__(glb, params, row, comm_id, thread_id, 0, 0, 0, 0, 0, pa…
856 self.dbid = thread_id