Searched refs:where_clause (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 3088 def __init__(self, glb, event_id, where_clause, parent=None): argument 3115 " WHERE samples.id > $$last_id$$" + where_clause + 3190 def __init__(self, name = "", where_clause = "", limit = ""): argument 3192 self.where_clause = where_clause 3196 return str(self.where_clause + ";" + self.limit) 3207 …model = LookupCreateModel(model_name, lambda: BranchModel(glb, event_id, report_vars.where_clause)) 3608 if len(vars.where_clause): 3609 vars.where_clause += " AND " 3610 vars.where_clause += d.value 3611 if len(vars.where_clause): [all …]
|