Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/scripts/python/
Dexported-sql-viewer.py1060 AddSubWindow(glb.mainwindow.mdi_area, self, "Context-Sensitive Call Graph")
1082 AddSubWindow(glb.mainwindow.mdi_area, self, "Call Tree")
1851 AddSubWindow(glb.mainwindow.mdi_area, self, report_vars.name + " Branch Events")
2718 AddSubWindow(glb.mainwindow.mdi_area, self, table_name + " Table")
2838 AddSubWindow(glb.mainwindow.mdi_area, self, report_vars.name)
3075 AddSubWindow(glb.mainwindow.mdi_area, self, "Exported SQL Viewer Help")
3186 def AddSubWindow(mdi_area, sub_window, name): function