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.py122 print('%smapping_id: %d' % (space, location.mapping_id))
123 self.show_mapping_id(location.mapping_id, sub_space)
129 def show_mapping_id(self, mapping_id, space=''): argument
130 mapping = self.profile.mapping[mapping_id - 1]
199 def __init__(self, mapping_id, address, vaddr_in_dso): argument
201 self.mapping_id = mapping_id
208 return (self.mapping_id, self.address)
380 mapping_id = self.get_mapping_id(symbol.mapping[0], symbol.dso_name)
381 location = Location(mapping_id, ip, symbol.vaddr_in_file)
414 def get_mapping(self, mapping_id): argument
[all …]