Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dutils.py476 self._collect_line_info(dso, real_path, [0])
477 self._collect_line_info(dso, real_path, range(-addr_step, -addr_step * 4 - 1, -addr_step))
478 self._collect_line_info(dso, real_path,
492 def _collect_line_info(self, dso, real_path, addr_shifts): member in Addr2Nearestline