Searched refs:SQLTableDataItem (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 3399 class SQLTableDataItem(LineEditDataItem): class 3402 super(SQLTableDataItem, self).__init__(glb, label, placeholder_text, parent) 3640 …lambda g, p: SQLTableDataItem(g, "Commands:", "Only branches with these commands will be included"… 3641 …lambda g, p: SQLTableDataItem(g, "PIDs:", "Only branches with these process IDs will be included",… 3642 …lambda g, p: SQLTableDataItem(g, "TIDs:", "Only branches with these thread IDs will be included", … 3643 …lambda g, p: SQLTableDataItem(g, "DSOs:", "Only branches with these DSOs will be included", "dsos"… 3644 …lambda g, p: SQLTableDataItem(g, "Symbols:", "Only branches with these symbols will be included", … 4181 …lambda g, p: SQLTableDataItem(g, "Commands:", "Only calls with these commands will be included", "… 4182 …lambda g, p: SQLTableDataItem(g, "PIDs:", "Only calls with these process IDs will be included", "t… 4183 …lambda g, p: SQLTableDataItem(g, "TIDs:", "Only calls with these thread IDs will be included", "th… [all …]
|