Searched refs:function_id (Results 1 – 1 of 1) sorted by relevance
146 print('%sfunction_id: %d' % (space, line.function_id))147 self.show_function_id(line.function_id, sub_space)150 def show_function_id(self, function_id, space=''): argument151 function = self.profile.function[function_id - 1]203 self.function_id = 0388 function_id = self.get_function_id(symbol.symbol_name, binary_path, symbol.symbol_addr)389 if function_id:393 line.function_id = function_id472 def get_function(self, function_id): argument473 return self.function_list[function_id - 1] if function_id > 0 else None[all …]