Home
last modified time | relevance | path

Searched refs:where_clause (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3095 def __init__(self, glb, event_id, where_clause, parent=None): argument
3122 " WHERE samples.id > $$last_id$$" + where_clause +
3199 self.where_clause = where_clause
3203 return str(self.where_clause + ";" + self.limit)
3615 if len(vars.where_clause):
3616 vars.where_clause += " AND "
3617 vars.where_clause += d.value
3618 if len(vars.where_clause):
3620 vars.where_clause = " AND ( " + vars.where_clause + " ) "
3622 vars.where_clause = " WHERE " + vars.where_clause + " "
[all …]