Searched refs:where_clause (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/perf/scripts/python/ |
| D | exported-sql-viewer.py | 1710 def __init__(self, glb, event_id, where_clause, parent=None): argument 1737 " WHERE samples.id > $$last_id$$" + where_clause + 1812 def __init__(self, name = "", where_clause = "", limit = ""): argument 1814 self.where_clause = where_clause 1818 return str(self.where_clause + ";" + self.limit) 1829 …model = LookupCreateModel(model_name, lambda: BranchModel(glb, event_id, report_vars.where_clause)) 2232 if len(vars.where_clause): 2233 vars.where_clause += " AND " 2234 vars.where_clause += d.value 2235 if len(vars.where_clause): [all …]
|