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