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