Searched refs:where_clause (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 3098 def __init__(self, glb, event_id, where_clause, parent=None): argument 3125 " WHERE samples.id > $$last_id$$" + where_clause + 3200 def __init__(self, name = "", where_clause = "", limit = ""): argument 3202 self.where_clause = where_clause 3206 return str(self.where_clause + ";" + self.limit) 3217 self.model = LookupCreateModel(model_name, lambda: BranchModel(glb, event_id, report_vars.where_clause)) 3618 if len(vars.where_clause): 3619 vars.where_clause += " AND " 3620 vars.where_clause [all...] |