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.py146 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=''): argument
151 function = self.profile.function[function_id - 1]
203 self.function_id = 0
388 function_id = self.get_function_id(symbol.symbol_name, binary_path, symbol.symbol_addr)
389 if function_id:
393 line.function_id = function_id
472 def get_function(self, function_id): argument
473 return self.function_list[function_id - 1] if function_id > 0 else None
[all …]