Searched refs:alty (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 1255 def __init__(self, data, index, x, y, altx=None, alty=None, hregion=None, vregion=None): argument 1261 self.alty = alty 1276 def AddPoint(self, x, y, altx=None, alty=None, hregion=None, vregion=None): argument 1282 self.points.append(GraphDataPoint(self, index, x, y, altx, alty, hregion, vregion))
|