Searched refs:PositiveIntegerDataItem (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 3383 class PositiveIntegerDataItem(LineEditDataItem): class 3386 super(PositiveIntegerDataItem, self).__init__(glb, label, placeholder_text, parent, id, default) 4186 lambda g, p: PositiveIntegerDataItem(g, "Record limit:", "Limit selection to this number of records", p, "LIMIT", "100"))
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 3384 class PositiveIntegerDataItem(LineEditDataItem): class 3387 super(PositiveIntegerDataItem, self).__init__(glb, label, placeholder_text, parent, id, default) 4187 lambda g, p: PositiveIntegerDataItem(g, "Record limit:", "Limit selection to this number of records", p, "LIMIT", "100"))
|
Completed in 13 milliseconds