Home
last modified time | relevance | path

Searched refs:function_id (Results 1 – 1 of 1) sorted by relevance

/system/extras/simpleperf/scripts/
Dpprof_proto_generator.py149 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=''): argument
154 function = self.profile.function[function_id - 1]
214 self.function_id = 0
384 line.function_id = self.get_function_id(symbol.symbol_name, symbol.dso_name,
430 def get_function(self, function_id): argument
431 return self.function_list[function_id - 1] if function_id > 0 else None
483 function_id = self.get_function_id(source.function, dso_name, 0)
484 function = self.get_function(function_id)
[all …]