Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dpprof_proto_generator.py116 for i in range(len(sample.location_id)):
117 print('%slocation_id[%d]: id %d' % (space, i, sample.location_id[i]))
118 self.show_location_id(sample.location_id[i], sub_space)
125 def show_location_id(self, location_id, space=''): argument
126 location = self.profile.location[location_id - 1]
193 def add_location_id(self, location_id): argument
194 self.location_ids.append(location_id)
354 location_id = self.get_location_id(report_sample.ip, symbol)
355 sample.add_location_id(location_id)
359 location_id = self.get_location_id(entry.ip, entry.symbol)
[all …]