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.py32 def run_addr2nearestline_test(self, with_function_name): argument
105 addr2line = Addr2Nearestline(TestHelper.ndk_path, binary_finder, with_function_name)
127 if with_function_name:
/system/extras/simpleperf/scripts/
Dsimpleperf_utils.py538 binary_finder: BinaryFinder, with_function_name: bool):
545 self.with_function_name = with_function_name
636 if self.with_function_name:
665 if self.with_function_name:
687 if self.with_function_name:
723 if self.with_function_name: