Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dpprof_proto_generator.py119 print('%smapping_id: %d' % (space, location.mapping_id))
120 self.show_mapping_id(location.mapping_id, sub_space)
126 def show_mapping_id(self, mapping_id, space=''): argument
127 mapping = self.profile.mapping[mapping_id - 1]
188 def __init__(self, mapping_id, address, vaddr_in_dso): argument
190 self.mapping_id = mapping_id
197 return (self.mapping_id, self.address)
373 mapping_id = self.get_mapping_id(symbol.mapping[0], symbol.dso_name)
374 location = Location(mapping_id, ip, symbol.vaddr_in_file)
410 def get_mapping(self, mapping_id): argument
[all …]