Searched refs:column_headers (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/tools/perf/scripts/python/ ! |
D | exported-sql-viewer.py | 1932 self.column_headers = ("pid", "tid", "comm") 1948 return len(self.column_headers) 1951 return self.column_headers[column] 1979 bottom_right = self.createIndex(row, len(self.column_headers) - 1, child) 3685 def __init__(self, glb, sql, column_headers, parent=None): argument 3690 self.column_headers = column_headers 3691 …self.fetcher = SQLFetcher(glb, sql, lambda x, y=len(column_headers): self.SQLTableDataPrep(x, y), … 3730 return len(self.column_headers) 3733 return self.column_headers[column] 3750 column_headers = [] [all …]
|