Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dannotate.py277 used_dso_dict = {}
289 self._add_dso_period(symbol.dso_name, period, used_dso_dict)
309 def _add_dso_period(self, dso_name, period, used_dso_dict): argument
310 if dso_name not in used_dso_dict:
311 used_dso_dict[dso_name] = True