Home
last modified time | relevance | path

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

/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3212 def __init__(self, glb, event_id, report_vars, parent=None): argument
3215 model_name = "Branch Events " + str(event_id) + " " + report_vars.UniqueId()
3217 …self.model = LookupCreateModel(model_name, lambda: BranchModel(glb, event_id, report_vars.where_cl…
3239 AddSubWindow(glb.mainwindow.mdi_area, self, report_vars.name + " Branch Events")
3565 self.report_vars = ReportVars()
3604 vars = self.report_vars
4141 def __init__(self, glb, report_vars, parent=None): argument
4146 if len(report_vars.limit):
4147 limit = " LIMIT " + report_vars.limit
4166 report_vars.where_clause +
[all …]