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.py107 for i in range(len(sample.location_id)):
108 print('%slocation_id[%d]: id %d' % (space, i, sample.location_id[i]))
109 self.show_location_id(sample.location_id[i], sub_space)
115 def show_location_id(self, location_id, space=''): argument
116 location = self.profile.location[location_id - 1]
181 def add_location_id(self, location_id): argument
182 self.location_ids.append(location_id)
308 location_id = self.get_location_id(symbol.vaddr_in_file, symbol)
309 sample.add_location_id(location_id)
313 location_id = self.get_location_id(entry.ip, entry.symbol)
[all …]