Searched refs:mapping_id (Results 1 – 2 of 2) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | pprof_proto_generator.py | 119 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) 389 mapping_id = self.get_mapping_id(symbol.mapping[0], binary_path, build_id) 390 location = Location(mapping_id, ip, symbol.vaddr_in_file) 452 def get_mapping(self, mapping_id): argument [all …]
|
/system/extras/simpleperf/scripts/test/ |
D | pprof_proto_generator_test.py | 91 mapping = profile.mapping[location.mapping_id - 1]
|