Searched refs:thread_at_time (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 1110 def __init__(self, glb, parent=None, thread_at_time=None): argument 1128 if thread_at_time: 1129 self.DisplayThreadAtTime(*thread_at_time) 2292 thread_at_time = (hregion.exec_comm_id, hregion.thread_id, time) 2294 …menu.addAction(CreateAction(menu_text, "Show Call Tree", lambda a=None, args=thread_at_time: self.… 2298 CallTreeWindow(self.glb, self.glb.mainwindow, thread_at_time=args)
|