HomeSort by relevance Sort by last modified time
    Searched refs:get_sources (Results 1 - 2 of 2) sorted by null

  /system/extras/simpleperf/scripts/
annotate.py 185 def get_sources(self, dso_name, addr): member in class:Addr2Line
426 sources = self.addr2line.get_sources(symbol.dso_name, symbol.vaddr_in_file)
434 sources = self.addr2line.get_sources(symbol.dso_name, symbol.symbol_addr)
pprof_proto_generator.py 481 sources = addr2line.get_sources(dso_name, location.vaddr_in_dso)
497 sources = addr2line.get_sources(dso_name, function.vaddr_in_dso)

Completed in 87 milliseconds