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.py550 binary_finder: BinaryFinder, with_function_name: bool):
557 self.with_function_name = with_function_name
648 if self.with_function_name:
677 if self.with_function_name:
699 if self.with_function_name:
735 if self.with_function_name: