Searched refs:function_id (Results 1 – 1 of 1) sorted by relevance
149 print('%sfunction_id: %d' % (space, line.function_id))150 self.show_function_id(line.function_id, sub_space)153 def show_function_id(self, function_id, space=''): argument154 function = self.profile.function[function_id - 1]214 self.function_id = 0384 line.function_id = self.get_function_id(symbol.symbol_name, symbol.dso_name,430 def get_function(self, function_id): argument431 return self.function_list[function_id - 1] if function_id > 0 else None483 function_id = self.get_function_id(source.function, dso_name, 0)484 function = self.get_function(function_id)[all …]