Searched refs:location_id (Results 1 – 1 of 1) sorted by relevance
104 for i in range(len(sample.location_id)):105 print('%slocation_id[%d]: id %d' % (space, i, sample.location_id[i]))106 self.show_location_id(sample.location_id[i], sub_space)112 def show_location_id(self, location_id, space=''): argument113 location = self.profile.location[location_id - 1]171 def add_location_id(self, location_id): argument172 self.location_ids.append(location_id)301 location_id = self.get_location_id(symbol.vaddr_in_file, symbol)302 sample.add_location_id(location_id)306 location_id = self.get_location_id(entry.ip, entry.symbol)[all …]