Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/scripts/python/
Dexported-sql-viewer.py3202 def __init__(self, glb, event_id, report_vars, parent=None): argument
3205 model_name = "Branch Events " + str(event_id) + " " + report_vars.UniqueId()
3207 …self.model = LookupCreateModel(model_name, lambda: BranchModel(glb, event_id, report_vars.where_cl…
3229 AddSubWindow(glb.mainwindow.mdi_area, self, report_vars.name + " Branch Events")
3555 self.report_vars = ReportVars()
3594 vars = self.report_vars
4131 def __init__(self, glb, report_vars, parent=None): argument
4136 if len(report_vars.limit):
4137 limit = " LIMIT " + report_vars.limit
4156 report_vars.where_clause +
[all …]