Home
last modified time | relevance | path

Searched refs:get_thread (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/scripts/inferno/
Ddata_types.py66 def get_thread(self, tid, pid): member in Process
73 thread = self.get_thread(sample.tid, sample.pid)
/system/extras/simpleperf/scripts/
Dreport_html.py126 def get_thread(self, tid: int, thread_name: str) -> ThreadScope: member in ProcessScope
651 thread = process.get_thread(raw_sample.tid, raw_sample.thread_comm)