Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/test/
Dpprof_proto_generator_test.py235 function = generator.get_function(location.lines[0].function_id)
249 function = generator.get_function(location.lines[0].function_id)
/system/extras/simpleperf/scripts/
Dpprof_proto_generator.py542 def get_function(self, function_id): member in PprofProfileGenerator
571 function = self.get_function(location.lines[0].function_id)
622 function = self.get_function(function_id)
Dreport_html.py188 function = lib.get_function(func_id)
261 def get_function(self, func_id: int) -> FunctionScope: member in LibScope