Searched refs:thread_at_time (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 1109 def __init__(self, glb, parent=None, thread_at_time=None): argument 1127 if thread_at_time: 1128 self.DisplayThreadAtTime(*thread_at_time) 2291 thread_at_time = (hregion.exec_comm_id, hregion.thread_id, time) 2293 …menu.addAction(CreateAction(menu_text, "Show Call Tree", lambda a=None, args=thread_at_time: self.… 2297 CallTreeWindow(self.glb, self.glb.mainwindow, thread_at_time=args)
|