Searched refs:function_id (Results 1 – 2 of 2) sorted by relevance
158 print('%sfunction_id: %d' % (space, line.function_id))159 self.show_function_id(line.function_id, sub_space)162 def show_function_id(self, function_id, space=''): argument163 function = self.profile.function[function_id - 1]224 self.function_id = 0413 function_id = self.get_function_id(symbol.symbol_name, binary_path, symbol.symbol_addr)414 if function_id:418 line.function_id = function_id478 def get_function(self, function_id): argument479 return self.function_list[function_id - 1] if function_id > 0 else None[all …]
201 function = profile.function[line.function_id - 1]230 function = generator.get_function(location.lines[0].function_id)233 location.lines[0].function_id = generator.get_function_id(244 function = generator.get_function(location.lines[0].function_id)