Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dpprof_proto_generator.py301 location_id = self.get_location_id(symbol.vaddr_in_file, symbol)
306 location_id = self.get_location_id(entry.ip, entry.symbol)
372 def get_location_id(self, ip, symbol): member in PprofProfileGenerator