Searched refs:report_vars (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 3209 def __init__(self, glb, event_id, report_vars, parent=None): argument 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 + 4194 def __init__(self, glb, report_vars, parent=None): argument 4197 …ata_model = LookupCreateModel("Top Calls " + report_vars.UniqueId(), lambda: TopCallsModel(glb, re… 4730 TopCallsWindow(self.glb, dialog.report_vars, self) [all …]
|