Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dpprof_proto_generator.py468 def get_function(self, function_id): member in PprofProfileGenerator
497 function = self.get_function(location.lines[0].function_id)
542 function = self.get_function(function_id)
Dreport_html.py186 function = lib.get_function(func_id)
255 def get_function(self, func_id: int) -> FunctionScope: member in LibScope