Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/scripts/python/
Dexported-sql-viewer.py1824 def __init__(self, glb, event_id, report_vars, parent=None): argument
1827 model_name = "Branch Events " + str(event_id) + " " + report_vars.UniqueId()
1829 …self.model = LookupCreateModel(model_name, lambda: BranchModel(glb, event_id, report_vars.where_cl…
1851 AddSubWindow(glb.mainwindow.mdi_area, self, report_vars.name + " Branch Events")
2179 self.report_vars = ReportVars()
2218 vars = self.report_vars
2755 def __init__(self, glb, report_vars, parent=None): argument
2760 if len(report_vars.limit):
2761 limit = " LIMIT " + report_vars.limit
2780 report_vars.where_clause +
[all …]