Home
last modified time | relevance | path

Searched refs:min_num_events (Results 1 – 1 of 1) sorted by relevance

/system/extras/simpleperf/scripts/inferno/
Ddata_types.py116 def trim_callchain(self, min_num_events, max_depth, depth=0): argument
123 if child.num_events >= min_num_events:
124 child.trim_callchain(min_num_events, max_depth, depth + 1)