Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3401 …def __init__(self, glb, label, placeholder_text, table_name, match_column, column_name1, column_na… argument
3405 self.match_column = match_column
3412 stmt = "SELECT id FROM " + self.table_name + " WHERE " + self.match_column + " = '" + value + "'"