Home
last modified time | relevance | path

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

/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3402 class SQLTableDataItem(LineEditDataItem): class
3405 super(SQLTableDataItem, self).__init__(glb, label, placeholder_text, parent)
3643 …lambda g, p: SQLTableDataItem(g, "Commands:", "Only branches with these commands will be included"…
3644 …lambda g, p: SQLTableDataItem(g, "PIDs:", "Only branches with these process IDs will be included",…
3645 …lambda g, p: SQLTableDataItem(g, "TIDs:", "Only branches with these thread IDs will be included", …
3646 …lambda g, p: SQLTableDataItem(g, "DSOs:", "Only branches with these DSOs will be included", "dsos"…
3647 …lambda g, p: SQLTableDataItem(g, "Symbols:", "Only branches with these symbols will be included", …
4184 …lambda g, p: SQLTableDataItem(g, "Commands:", "Only calls with these commands will be included", "…
4185 …lambda g, p: SQLTableDataItem(g, "PIDs:", "Only calls with these process IDs will be included", "t…
4186 …lambda g, p: SQLTableDataItem(g, "TIDs:", "Only calls with these thread IDs will be included", "th…
[all …]