Searched refs:PositiveIntegerDataItem (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 3387 class PositiveIntegerDataItem(LineEditDataItem): class 3390 super(PositiveIntegerDataItem, self).__init__(glb, label, placeholder_text, parent, id, default) 4190 lambda g, p: PositiveIntegerDataItem(g, "Record limit:", "Limit selection to this number of records", p, "LIMIT", "100"))
|