Searched refs:where_clause (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 3095 def __init__(self, glb, event_id, where_clause, parent=None): argument 3122 " WHERE samples.id > $$last_id$$" + where_clause + 3197 def __init__(self, name = "", where_clause = "", limit = ""): argument 3199 self.where_clause = where_clause 3203 return str(self.where_clause + ";" + self.limit) 3214 …model = LookupCreateModel(model_name, lambda: BranchModel(glb, event_id, report_vars.where_clause)) 3615 if len(vars.where_clause): 3616 vars.where_clause += " AND " 3617 vars.where_clause += d.value 3618 if len(vars.where_clause): [all …]
|