Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dpprof_proto_generator.py132 print('%smapping_id: %d' % (space, location.mapping_id))
133 self.show_mapping_id(location.mapping_id, sub_space)
139 def show_mapping_id(self, mapping_id, space=''): argument
140 mapping = self.profile.mapping[mapping_id - 1]
210 def __init__(self, mapping_id, address, vaddr_in_dso): argument
212 self.mapping_id = mapping_id
219 return (self.mapping_id, self.address)
416 mapping_id = self.get_mapping_id(symbol.mapping[0], binary_path, build_id)
417 location = Location(mapping_id, ip, symbol.vaddr_in_file)
467 def get_mapping(self, mapping_id): argument
[all …]
/system/extras/simpleperf/scripts/test/
Dpprof_proto_generator_test.py123 mapping = profile.mapping[location.mapping_id - 1]
198 if location.mapping_id != mapping.id: