Home
last modified time | relevance | path

Searched refs:PositiveIntegerDataItem (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3383 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 Dexported-sql-viewer.py3384 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