Searched refs:altx (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 1256 def __init__(self, data, index, x, y, altx=None, alty=None, hregion=None, vregion=None): argument 1261 self.altx = altx 1277 def AddPoint(self, x, y, altx=None, alty=None, hregion=None, vregion=None): argument 1283 self.points.append(GraphDataPoint(self, index, x, y, altx, alty, hregion, vregion))
|