Lines Matching refs:hregion

1255 	def __init__(self, data, index, x, y, altx=None, alty=None, hregion=None, vregion=None):  argument
1262 self.hregion = hregion
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))
1315 hregion = self.HRegion(db, thread_id, comm_id, time)
1316 self.AddPoint(time, 1000, None, None, hregion)
1338 hregion = self.HRegion(db, query.value(1), query.value(3), start_time)
1339 self.AddPoint(start_time, 1000, None, None, hregion)
1343 hregion = self.HRegion(db, thread_id, comm_id, time)
1344 self.AddPoint(time, 1000, None, None, hregion)
1369 hregion = self.collection.LookupHRegion(key)
1370 if hregion is None:
1371 hregion = self.NewHRegion(db, key, thread_id, comm_id, time)
1372 self.collection.AddHRegion(key, hregion)
1373 return hregion
1397 def AddHRegion(self, key, hregion): argument
1398 self.hregions[key] = hregion
1447 if not(last is None or last.hregion.pid == 0 or x < self.attrs.subrange.x.lo):
1461 colour = self.attrs.region_attributes[last.hregion.key].colour
1516 hregion = self.data.points[i].hregion
1517 hregions.add(hregion)
1522 hregion_times.append((hregion, time))
1965 hregion = self.child_items[index.row()]
1968 return hregion.pid
1970 return hregion.tid
1972 return hregion.comm
2205 for hregion in hregions:
2206 if hregion.pid == 0 and hregion.tid == 0:
2207 region_attributes[hregion.key] = GraphRegionAttribute(QColor(0, 0, 0))
2209 region_attributes[hregion.key] = GraphRegionAttribute(colours[i])
2290 for hregion, time in hregion_times:
2291 thread_at_time = (hregion.exec_comm_id, hregion.thread_id, time)
2292 …menu_text = "Show Call Tree for {} {}:{} at {}".format(hregion.comm, hregion.pid, hregion.tid, tim…