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.py472 def get_function(self, function_id): member in PprofProfileGenerator
500 function = self.get_function(location.lines[0].function_id)
545 function = self.get_function(function_id)
Dreport_html.py169 function = lib.get_function(func_id)
237 def get_function(self, func_id): member in LibScope