Searched refs:Addr2Nearestline (Results 1 – 5 of 5) sorted by relevance
/system/extras/simpleperf/scripts/test/ |
D | tools_test.py | 21 from simpleperf_utils import (Addr2Nearestline, BinaryFinder, Objdump, ReadElf, 99 addr2line = Addr2Nearestline(TestHelper.ndk_path, binary_finder, with_function_name)
|
/system/extras/simpleperf/scripts/ |
D | simpleperf_utils.py | 504 class Addr2Nearestline(object): class 538 self.addrs: Dict[int, Addr2Nearestline.Addr] = {} 558 self.dso_map: Dict[str, Addr2Nearestline.Dso] = {} # map from dso_path to Dso. 579 def _convert_addrs_in_one_dso(self, dso_path: str, dso: Addr2Nearestline.Dso): 608 self, dso: Addr2Nearestline.Dso, real_path: Path, addr_shifts: List[int]): 718 def get_dso(self, dso_path: str) -> Addr2Nearestline.Dso: 721 def get_addr_source(self, dso: Addr2Nearestline.Dso, addr: int) -> Optional[List[Tuple[int]]]:
|
D | annotate.py | 29 Addr2Nearestline, BinaryFinder, extant_dir, flatten_arg_list, is_windows, log_exit, log_info, 58 self.addr2line = Addr2Nearestline(ndk_path, binary_finder, True)
|
D | pprof_proto_generator.py | 32 from simpleperf_utils import (Addr2Nearestline, BinaryFinder, extant_dir, 490 addr2line = Addr2Nearestline(self.config['ndk_path'], binary_finder, True)
|
D | report_html.py | 32 Addr2Nearestline, ArgParseFormatter, BinaryFinder, get_script_dir, log_exit, log_info, Objdump, 720 addr2line = Addr2Nearestline(self.ndk_path, self.binary_finder, False)
|