Searched refs:SQLTableDataItem (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 3392 class SQLTableDataItem(LineEditDataItem): class 3395 super(SQLTableDataItem, self).__init__(glb, label, placeholder_text, parent) 3633 …lambda g, p: SQLTableDataItem(g, "Commands:", "Only branches with these commands will be included"… 3634 …lambda g, p: SQLTableDataItem(g, "PIDs:", "Only branches with these process IDs will be included",… 3635 …lambda g, p: SQLTableDataItem(g, "TIDs:", "Only branches with these thread IDs will be included", … 3636 …lambda g, p: SQLTableDataItem(g, "DSOs:", "Only branches with these DSOs will be included", "dsos"… 3637 …lambda g, p: SQLTableDataItem(g, "Symbols:", "Only branches with these symbols will be included", … 4174 …lambda g, p: SQLTableDataItem(g, "Commands:", "Only calls with these commands will be included", "… 4175 …lambda g, p: SQLTableDataItem(g, "PIDs:", "Only calls with these process IDs will be included", "t… 4176 …lambda g, p: SQLTableDataItem(g, "TIDs:", "Only calls with these thread IDs will be included", "th… [all …]
|