Lines Matching refs:depth
185 depth = 0 variable in DeviceNode
189 self.depth = nodedepth
539 def masterTopology(self, name, list, depth): argument
540 node = DeviceNode(name, depth)
543 cnode = self.masterTopology(cname, clist, depth+1)
626 depth = 0 variable in FTraceLine
656 self.depth = self.getDepth(match.group('d'))
688 self.depth, self.name, self.length*1000000))
691 self.depth, self.name, self.length*1000000))
694 self.depth, self.name, self.length*1000000))
707 depth = 0 variable in FTraceCallGraph
712 self.depth = 0
715 line.depth = self.depth
716 self.depth += 1
718 self.depth -= 1
719 line.depth = self.depth
721 line.depth = self.depth
725 if(line.depth == 0 and line.freturn):
733 if(len(self.list) >= 1000000 or self.depth < 0):
743 if(self.depth < 0):
764 firstdepth = l.depth
766 l.depth -= firstdepth
769 (count > 0 and l.depth <= 0)):
778 stack[l.depth] = l
781 if(l.depth not in stack):
783 stack[l.depth].length = l.length
784 stack[l.depth] = 0
796 l.depth, l.name, l.length*1000000))
799 l.depth, l.name, l.length*1000000))
802 l.depth, l.name, l.length*1000000))
810 l.depth, l.name, l.length*1000000))
813 l.depth, l.name, l.length*1000000))
816 l.depth, l.name, l.length*1000000))