Searched refs:get_thread (Results 1 – 2 of 2) sorted by relevance
66 def get_thread(self, tid, pid): member in Process73 thread = self.get_thread(sample.tid, sample.pid)
112 def get_thread(self, tid, thread_name): member in ProcessScope541 thread = process.get_thread(raw_sample.tid, raw_sample.thread_comm)