Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dutils.py428 def __init__(self, ndk_path, binary_cache_path, with_function_name): argument
435 self.with_function_name = with_function_name
502 option = '-ai' + ('fC' if self.with_function_name else '')
511 need_function_name = self.with_function_name
521 need_function_name = self.with_function_name
544 if self.with_function_name:
585 if self.with_function_name:
Dtest.py977 def run_addr2nearestline_test(self, with_function_name): argument
1047 addr2line = Addr2Nearestline(None, binary_cache_path, with_function_name)
1073 self.assertEqual(len(source), 3 if with_function_name else 2)
1076 if with_function_name: