Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3398 class SQLTableDataItem(LineEditDataItem): class
3401 super(SQLTableDataItem, self).__init__(glb, label, placeholder_text, parent)
3639 …lambda g, p: SQLTableDataItem(g, "Commands:", "Only branches with these commands will be included"…
3640 …lambda g, p: SQLTableDataItem(g, "PIDs:", "Only branches with these process IDs will be included",…
3641 …lambda g, p: SQLTableDataItem(g, "TIDs:", "Only branches with these thread IDs will be included", …
3642 …lambda g, p: SQLTableDataItem(g, "DSOs:", "Only branches with these DSOs will be included", "dsos"…
3643 …lambda g, p: SQLTableDataItem(g, "Symbols:", "Only branches with these symbols will be included", …
4180 …lambda g, p: SQLTableDataItem(g, "Commands:", "Only calls with these commands will be included", "…
4181 …lambda g, p: SQLTableDataItem(g, "PIDs:", "Only calls with these process IDs will be included", "t…
4182 …lambda g, p: SQLTableDataItem(g, "TIDs:", "Only calls with these thread IDs will be included", "th…
[all …]