Searched refs:Subrange (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 1205 class Subrange(): class 1211 return "Subrange({}, {})".format(str(self.lo), str(self.hi)) 2213 xsubrange = Subrange(0.0, float(collection.xrangehi - collection.xrangelo) + 1.0) 2214 ysubrange = Subrange(0.0, float(collection.yrangehi - collection.yrangelo) + 1.0) 2377 selected_subrange = Subrange(x0, x1)
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 1206 class Subrange(): class 1212 return "Subrange({}, {})".format(str(self.lo), str(self.hi)) 2214 xsubrange = Subrange(0.0, float(collection.xrangehi - collection.xrangelo) + 1.0) 2215 ysubrange = Subrange(0.0, float(collection.yrangehi - collection.yrangelo) + 1.0) 2378 selected_subrange = Subrange(x0, x1)
|
Completed in 22 milliseconds