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.py315 location_id = self.get_location_id(report_sample.ip, symbol)
320 location_id = self.get_location_id(entry.ip, entry.symbol)
387 def get_location_id(self, ip, symbol): member in PprofProfileGenerator