Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/scripts/python/
Dexported-sql-viewer.py1104 AddSubWindow(glb.mainwindow.mdi_area, self, "Context-Sensitive Call Graph")
1126 AddSubWindow(glb.mainwindow.mdi_area, self, "Call Tree")
2461 AddSubWindow(glb.mainwindow.mdi_area, self, self.windowTitle())
3236 AddSubWindow(glb.mainwindow.mdi_area, self, report_vars.name + " Branch Events")
4101 AddSubWindow(glb.mainwindow.mdi_area, self, table_name + " Table")
4221 AddSubWindow(glb.mainwindow.mdi_area, self, report_vars.name)
4252 def CreateCloseActiveWindowAction(mdi_area): argument
4253 return CreateAction("Cl&ose", "Close the active window", mdi_area.closeActiveSubWindow, mdi_area)
4255 def CreateCloseAllWindowsAction(mdi_area): argument
4256 return CreateAction("Close &All", "Close all the windows", mdi_area.closeAllSubWindows, mdi_area)
[all …]