Searched refs:thread_at_time (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 1103 def __init__(self, glb, parent=None, thread_at_time=None): argument 1121 if thread_at_time: 1122 self.DisplayThreadAtTime(*thread_at_time) 2285 thread_at_time = (hregion.exec_comm_id, hregion.thread_id, time) 2287 …menu.addAction(CreateAction(menu_text, "Show Call Tree", lambda a=None, args=thread_at_time: self.… 2291 CallTreeWindow(self.glb, self.glb.mainwindow, thread_at_time=args)
|