Searched refs:sourcestart (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/tools/sched/
H A Dschedgraph.py1397 def sourcestart(self, source): member in class:SchedGraph
1413 if (self.sourceend(source1) != self.sourcestart(source2)):
1416 y1 = self.sourcestart(source1)
1417 y2 = self.sourcestart(source2)
1435 return self.sourcestart(source)
1447 newy = self.sourcestart(prev) + self.sourcesize(prev)
1454 off = newy - self.sourcestart(source)
1478 nstart = self.sourcestart(source)
1489 off = (newy + size) - self.sourcestart(source)
1515 startsize.append((self.sourcestart(sourc
[all...]

Completed in 38 milliseconds