Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/scripts/python/
Dexported-sql-viewer.py3209 def __init__(self, glb, event_id, report_vars, parent=None): argument
3212 model_name = "Branch Events " + str(event_id) + " " + report_vars.UniqueId()
3214 …self.model = LookupCreateModel(model_name, lambda: BranchModel(glb, event_id, report_vars.where_cl…
3236 AddSubWindow(glb.mainwindow.mdi_area, self, report_vars.name + " Branch Events")
3562 self.report_vars = ReportVars()
3601 vars = self.report_vars
4138 def __init__(self, glb, report_vars, parent=None): argument
4143 if len(report_vars.limit):
4144 limit = " LIMIT " + report_vars.limit
4163 report_vars.where_clause +
[all …]