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
99 addr2line = Addr2Nearestline(TestHelper.ndk_path, binary_finder, with_function_name)
121 if with_function_name:
/system/extras/simpleperf/scripts/
Dsimpleperf_utils.py553 binary_finder: BinaryFinder, with_function_name: bool):
560 self.with_function_name = with_function_name
636 need_function_name = self.with_function_name
649 need_function_name = self.with_function_name
661 if self.with_function_name:
683 if self.with_function_name:
725 if self.with_function_name: