Searched refs:SQLTableDataItem (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/perf/scripts/python/ | 
| D | exported-sql-viewer.py | 2014 class SQLTableDataItem(LineEditDataItem):  class2017 		super(SQLTableDataItem, self).__init__(glb, label, placeholder_text, parent)
 2257 …lambda g, p: SQLTableDataItem(g, "Commands:", "Only branches with these commands will be included"…
 2258 …lambda g, p: SQLTableDataItem(g, "PIDs:", "Only branches with these process IDs will be included",…
 2259 …lambda g, p: SQLTableDataItem(g, "TIDs:", "Only branches with these thread IDs will be included", …
 2260 …lambda g, p: SQLTableDataItem(g, "DSOs:", "Only branches with these DSOs will be included", "dsos"…
 2261 …lambda g, p: SQLTableDataItem(g, "Symbols:", "Only branches with these symbols will be included", …
 2798 …lambda g, p: SQLTableDataItem(g, "Commands:", "Only calls with these commands will be included", "…
 2799 …lambda g, p: SQLTableDataItem(g, "PIDs:", "Only calls with these process IDs will be included", "t…
 2800 …lambda g, p: SQLTableDataItem(g, "TIDs:", "Only calls with these thread IDs will be included", "th…
 [all …]
 
 |