Searched refs:max_depth (Results 1 – 1 of 1) sorted by relevance
116 def trim_callchain(self, min_num_events, max_depth, depth=0): argument120 if depth <= max_depth:124 child.trim_callchain(min_num_events, max_depth, depth + 1)