Lines Matching full:recursive
52 recursive=True, argument
66 if not recursive:
89 def IterAllEventsOfName(self, name, recursive=True): argument
91 recursive=recursive,
95 def IterAllSlices(self, recursive=True): argument
97 recursive=recursive,
100 def IterAllSlicesInRange(self, start, end, recursive=True): argument
102 recursive=recursive,
106 def IterAllSlicesOfName(self, name, recursive=True): argument
108 recursive=recursive,
112 def IterAllToplevelSlicesOfName(self, name, recursive=True): argument
114 recursive=recursive,
118 def IterAllAsyncSlicesOfName(self, name, recursive=True): argument
120 recursive=recursive,
124 def IterAllAsyncSlicesStartsWithName(self, name, recursive=True): argument
126 recursive=recursive,
130 def IterAllFlowEvents(self, recursive=True): argument
132 recursive=recursive,
137 def GetAllEvents(self, recursive=True): argument
138 return list(self.IterAllEvents(recursive=recursive))
140 def GetAllEventsOfName(self, name, recursive=True): argument
141 return list(self.IterAllEventsOfName(name, recursive))
143 def GetAllToplevelSlicesOfName(self, name, recursive=True): argument
144 return list(self.IterAllToplevelSlicesOfName(name, recursive))