Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/scripts/test/
H A 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:
/aosp_15_r20/system/extras/simpleperf/scripts/
H A Dsimpleperf_utils.py549 binary_finder: BinaryFinder, with_function_name: bool):
556 self.with_function_name = with_function_name
647 if self.with_function_name:
676 if self.with_function_name:
698 if self.with_function_name:
734 if self.with_function_name: