Searched refs:where_clause (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 3094 def __init__(self, glb, event_id, where_clause, parent=None): argument 3121 " WHERE samples.id > $$last_id$$" + where_clause + 3196 def __init__(self, name = "", where_clause = "", limit = ""): argument 3198 self.where_clause = where_clause 3202 return str(self.where_clause + ";" + self.limit) 3213 …model = LookupCreateModel(model_name, lambda: BranchModel(glb, event_id, report_vars.where_clause)) 3614 if len(vars.where_clause): 3615 vars.where_clause += " AND " 3616 vars.where_clause += d.value 3617 if len(vars.where_clause): [all …]
|