Home
last modified time | relevance | path

Searched refs:hregion (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1259 def __init__(self, data, index, x, y, altx=None, alty=None, hregion=None, vregion=None): argument
1266 self.hregion = hregion
1280 def AddPoint(self, x, y, altx=None, alty=None, hregion=None, vregion=None): argument
1286 self.points.append(GraphDataPoint(self, index, x, y, altx, alty, hregion, vregion))
1319 hregion = self.HRegion(db, thread_id, comm_id, time)
1320 self.AddPoint(time, 1000, None, None, hregion)
1342 hregion = self.HRegion(db, query.value(1), query.value(3), start_time)
1343 self.AddPoint(start_time, 1000, None, None, hregion)
1347 hregion = self.HRegion(db, thread_id, comm_id, time)
1348 self.AddPoint(time, 1000, None, None, hregion)
[all …]