Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/test/
Dtools_test.py31 def run_addr2nearestline_test(self, with_function_name): argument
104 addr2line = Addr2Nearestline(TestHelper.ndk_path, binary_finder, with_function_name)
126 if with_function_name:
/system/extras/simpleperf/scripts/
Dsimpleperf_utils.py536 binary_finder: BinaryFinder, with_function_name: bool):
543 self.with_function_name = with_function_name
634 if self.with_function_name:
663 if self.with_function_name:
685 if self.with_function_name:
721 if self.with_function_name: