HomeSort by relevance Sort by last modified time
    Searched full:_collect_line_info (Results 1 - 1 of 1) sorted by null

  /system/extras/simpleperf/scripts/
utils.py 469 self._collect_line_info(dso, real_path, [0])
470 self._collect_line_info(dso, real_path, range(-addr_step, -addr_step * 4 - 1, -addr_step))
471 self._collect_line_info(dso, real_path,
489 def _collect_line_info(self, dso, real_path, addr_shifts): member in class:Addr2Nearestline

Completed in 498 milliseconds