Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/scripts/
H A Dpprof_proto_generator.py120 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)
452 def get_mapping(self, mapping_id): argument
453 return self.mapping_list[mapping_id - 1] if mapping_id > 0 else None
494 mapping = self.get_mapping(location.mapping_id)
510 mapping = self.get_mapping(location.mapping_id)
[all …]
/aosp12/system/extras/simpleperf/scripts/test/
H A Dpprof_proto_generator_test.py91 mapping = profile.mapping[location.mapping_id - 1]